Skip to content

Commit

Permalink
ko-fi bmac
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomashighbaugh committed Mar 20, 2024
1 parent 03cba50 commit 4023c80
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LinksList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function LinksList() {
icon={link.icon}
className='w-12 h-12 max-h-12 max-w-12 absolute mx-9 text-black'
/>
<span className='mx-auto text-black md:invisible lg:invisible xl:invisible text-2xl'>
<span className='mx-auto text-black md:invisible lg:invisible xl:invisible text-xl'>
{link.text}
</span>
</a>
Expand Down
12 changes: 12 additions & 0 deletions src/config/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import {
import {
faEnvelope,
faPhone,
faCoffee,
faHeart,
faGlobe,
faAddressCard,
faEnvelopesBulk,
Expand Down Expand Up @@ -95,6 +97,16 @@ const links = [
icon: faReddit,
url: 'https://www.reddit.com/user/ThomasLeonHighbaugh/',
},
{
text: 'BuyMeACoffee',
icon: faCoffee,
url: 'https://www.buymeacoffee.com/thomashighbaugh',
},
{
text: 'Ko-Fi',
icon: faHeart,
url:'https://ko-fi.com/thomashighbaugh'
},
{
text: 'Phone',
icon: faPhone,
Expand Down

0 comments on commit 4023c80

Please sign in to comment.