Skip to content

Commit

Permalink
feat: add new instances
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatpandac committed Nov 29, 2023
1 parent 173d0de commit f0f4a6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/src/components/InstanceList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ export default function InstanceList(): JSX.Element {
location: '🇺🇸',
maintainer: 'Zeabur',
maintainerUrl: 'https://zeabur.com',
}, {
url: 'https://rss.fatpandac.com',
location: '🇺🇸',
maintainer: 'Fatpandac',
maintainerUrl: 'https://fatpandac.com',
}]

return (
Expand Down

0 comments on commit f0f4a6b

Please sign in to comment.