File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,14 @@ const toggleMenu = () => {
17
17
</svg >
18
18
</button >
19
19
</div >
20
- <div :class =" { 'hidden': !showMenu }" class =" flex flex-col items-center pb-4 lg:flex lg:flex-row lg:pb-0" >
21
- <a class =" p-4" href =" https://twitter.com/davidmyersdev" rel =" noopener" target =" _blank" >Twitter</a >
20
+ <div :class =" { 'hidden': !showMenu }" class =" flex flex-col items-center gap-2 pb-4 lg:flex lg:flex-row lg:pb-0" >
22
21
<a class =" p-4" href =" https://github.com/davidmyersdev" rel =" noopener" target =" _blank" >GitHub</a >
22
+ <a class =" p-4" href =" https://linkedin.com/in/davidmyersdev" rel =" noopener" target =" _blank" >LinkedIn</a >
23
23
<a class =" p-4" href =" https://octo.app" rel =" noopener" target =" _blank" >Octo</a >
24
- <a class =" p-4 text-[#fcdf51]" href =" https://war.ukraine.ua/support-ukraine/" rel =" noopener" target =" _blank" >Support Ukraine</a >
24
+ <a class =" m-2 px-2 py-1 inline-flex items-center gap-2 bg-[#FF5E5B] rounded text-white" href =" https://ko-fi.com/davidmyersdev" rel =" noopener" target =" _blank" >
25
+ <img src =" /assets/kofi-logo.png" class =" h-[1em]" />
26
+ <span >Support me on Ko-fi</span >
27
+ </a >
25
28
</div >
26
29
</nav >
27
30
<main class =" px-5 pb-24 text-sm max-w-[75ch] w-full mx-auto lg:text-base" >
You can’t perform that action at this time.
0 commit comments