Skip to content

Commit f093a4f

Browse files
Remove redundant music button from Get in Touch section
Made-with: Cursor
1 parent a749727 commit f093a4f

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/pages/index.astro

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -175,15 +175,6 @@ const books = (await getCollection("books"))
175175
<path stroke-linecap="round" stroke-linejoin="round" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z" />
176176
</svg>
177177
</a>
178-
<a
179-
class="w-fit flex gap-2 bg-foreground/10 text-foreground dark:bg-foreground-dark/10 dark:text-foreground-dark px-5 py-3 md:px-4 md:py-2 rounded-lg items-center hover:opacity-75 transition-opacity"
180-
href="/recordings"
181-
>
182-
Listen to my Music
183-
<svg class="w-5 h-5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
184-
<path stroke-linecap="round" stroke-linejoin="round" d="M9 19V6l12-3v13M9 19c0 1.105-1.343 2-3 2s-3-.895-3-2 1.343-2 3-2 3 .895 3 2zm12-3c0 1.105-1.343 2-3 2s-3-.895-3-2 1.343-2 3-2 3 .895 3 2zM9 10l12-3" />
185-
</svg>
186-
</a>
187178
</div>
188179
</div>
189180
</section>

0 commit comments

Comments
 (0)