feat: update integration

This commit is contained in:
DIYgod 2023-02-08 21:16:25 +00:00
parent 8323565772
commit 522b2150f2
No known key found for this signature in database
4 changed files with 29 additions and 4 deletions

BIN
public/assets/hootit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
public/assets/unidata.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

View File

@ -71,9 +71,19 @@ export const SiteHeader: React.FC<{
url: `${CSB_IO}/@${site?.username}`,
},
{
text: "View on RSS3",
icon: <RSS3Icon className="w-4 h-4 rounded" />,
url: `https://rss3.io/result?search=${site?.username}.csb`,
text: "View on Hoot It",
icon: (
<div className="w-4 h-4">
<Image
alt="Hoot It"
src="/assets/hootit.png"
className="rounded"
width={16}
height={16}
/>
</div>
),
url: `https://hoot.it/search/${site?.username}.csb/activities`,
},
{
text: "View on Crossbell Scan",
@ -82,7 +92,17 @@ export const SiteHeader: React.FC<{
},
{
text: "JSON Feed",
icon: <RssIcon className="w-4 h-4 text-[#ee832f]" />,
icon: (
<div className="w-4 h-4">
<Image
alt="Hoot It"
src="/assets/json-feed.png"
className="rounded"
width={16}
height={16}
/>
</div>
),
url: `/feed`,
},
{

View File

@ -202,6 +202,11 @@ export default function Home() {
icon: <HootIcon className="w-full h-full" />,
url: "https://hoot.it/search/xLog",
},
{
name: "Unidata",
icon: <Image src="/assets/unidata.png" alt="Unidata" />,
url: "https://unidata.app/",
},
{
name: "Raycast",
icon: <Image src="/assets/raycast.png" alt="Raycast" />,