We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1eb8cf commit 08939e1Copy full SHA for 08939e1
src/modules/home/components/FriendsModule/FriendsModule.tsx
@@ -5,7 +5,7 @@ import Link from 'next/link';
5
6
const Friends = [
7
{ href: 'https://basil.florist', text: 'basil.florist' },
8
- { href: 'https://theouto.dev', text: 'theouto.dev' },
+ { href: 'https://theouto.com', text: 'theouto.com' },
9
{ href: 'https://danielquail.dev', text: 'danielquail.dev' },
10
{ href: 'https://jonstu.dev', text: 'jonstu.dev' },
11
{ href: 'https://goodhew.lol', text: 'goodhew.lol' },
0 commit comments