Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
shayypy committed Mar 24, 2024
1 parent 9546cb6 commit f1a9fa4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,14 @@ const apps: ProjectApp[] = [
{
id: 2,
name: "Discohook",
summary: "Webhook message designer for Discord, plus a suite of tools for managing servers.",
summary:
"Webhook message designer for Discord, plus a suite of tools for managing servers.",
themeColor: "#172025",
themeTextColor: "#dff1ff",
links: [{ url: "https://discohook.app" }, { name: "Subscribe", url: "https://discohook.app/donate" }],
links: [
{ url: "https://discohook.app" },
{ name: "Subscribe", url: "https://discohook.app/donate" },
],
image: "https://discohook.app/logos/discohook_padding.svg",
type: "discord",
createdAt: new Date(2020, 9, 12),
Expand Down

0 comments on commit f1a9fa4

Please sign in to comment.