Skip to content

Commit fd75934

Browse files
committed
fix: portfolio link
1 parent 89bbddf commit fd75934

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/src/modules/Header.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
</li>
2525
<li>
2626
<Anchor
27-
href="https://github.com/yet3/tailwindcss-bg-patterns"
28-
ariaLabel="Github (opens in a new tab)"
27+
href="https://www.maxkasperowicz.com/"
28+
ariaLabel="My portfolio (opens in a new tab)"
2929
class="flex items-center"
3030
>
3131
<Icon className="mr-1 fill-white" src={TrFillBriefcase2} size={24} />

0 commit comments

Comments
 (0)