Skip to content

Commit

Permalink
chore: clear clutter, seo issues
Browse files Browse the repository at this point in the history
  • Loading branch information
anup-a committed Jan 20, 2024
1 parent 163cee5 commit 53d020b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="format-detection" content="telephone=no" />
<link rel="manifest" href="/manifest.json" />

<link rel="canonical" href="https://meshgradient.in" />
<style>
.main,
.about-section {
Expand Down Expand Up @@ -124,7 +124,7 @@
<body>
<div id="app" class="main"></div>
<div id="about-section" class="about-section">
<h1>About Meshy</h1>
<h2>About Meshy</h2>
<div class="about-tool">
<h2>&#9680; Generate Mesh Gradients - Intro</h2>
<p>
Expand Down
6 changes: 2 additions & 4 deletions src/lib/Customizer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,14 @@
</div>
</div>
<ColorsContainer bind:genBtnText bind:highlightGenBtn />
<div class="img-container">
<img src={meshImg} alt="mesh" id="mesh-img" />
</div>
<div class="btn-container">
<button class="btn save-btn" on:click={handleSaveBtnClick}>
<p>Save</p>
<img src={downloadIcon} alt="download icon" width="20px" />
</button>
<div class={highlightGenBtn && "highlight-btn"}>
<button class="btn gen-btn " on:click={handleGenerateMesh}
<button class="btn gen-btn" on:click={handleGenerateMesh}
><p>{genBtnText}</p>
<img src={beakerIcon} alt="download icon" width="20px" />
</button>
Expand Down
1 change: 0 additions & 1 deletion src/lib/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
><span>Github</span></a
>
<a href="https://uxie.io" class="uxie-nav">By <span>UXIE·io</span></a>
<img id="triangle-img" src={triangleImg} alt="3d sphere" />
</div>
</div>
<h1 class="heading-text">Generate beautiful mesh gradients</h1>
Expand Down

1 comment on commit 53d020b

@vercel
Copy link

@vercel vercel bot commented on 53d020b Jan 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.