Skip to content

Commit 3d8d090

Browse files
committed
Make the works link works
1 parent 6e1cfa8 commit 3d8d090

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

src/components/LatestWorks.astro

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
<!-- Card -->
2424
<a
2525
class="group relative block rounded-xl overflow-hidden focus:outline-none"
26-
href="#"
26+
href="https://www.nanassound.com/products/eurorack-modules/uksed"
27+
target="_blank"
2728
>
2829
<div
2930
class="aspect-w-12 aspect-h-7 sm:aspect-none rounded-xl overflow-hidden"
@@ -52,7 +53,8 @@
5253
<!-- Card -->
5354
<a
5455
class="group relative block rounded-xl overflow-hidden focus:outline-none"
55-
href="#"
56+
href="https://github.com/nanassound/eurorack-nanassound/tree/main/Mini"
57+
target="_blank"
5658
>
5759
<div
5860
class="aspect-w-12 aspect-h-7 sm:aspect-none rounded-xl overflow-hidden"
@@ -81,7 +83,8 @@
8183
<!-- Card -->
8284
<a
8385
class="group relative block rounded-xl overflow-hidden focus:outline-none"
84-
href="#"
86+
href="https://cults3d.com/en/3d-model/gadget/eurorack-case-42hp"
87+
target="_blank"
8588
>
8689
<div
8790
class="aspect-w-12 aspect-h-7 sm:aspect-none rounded-xl overflow-hidden"
@@ -108,7 +111,8 @@
108111
<!-- Card -->
109112
<a
110113
class="group relative block rounded-xl overflow-hidden focus:outline-none"
111-
href="#"
114+
href="https://www.sonastik.ee"
115+
target="_blank"
112116
>
113117
<div
114118
class="aspect-w-12 aspect-h-7 sm:aspect-none rounded-xl overflow-hidden"
@@ -134,5 +138,11 @@
134138
<!-- End Grid -->
135139
</div>
136140
<!-- End Masonry Cards -->
141+
142+
<div class="mx-auto max-w-2xl my-8 lg:mb-14 text-center">
143+
<a href="/works" class="text-lg font-semibold text-gray-800 rounded-lg bg-white p-4 md:text-xl dark:bg-neutral-800 dark:text-neutral-200">
144+
View all works
145+
</a>
146+
</div>
137147
</div>
138148
<!-- End Features -->

0 commit comments

Comments
 (0)