Skip to content

Commit

Permalink
add png logo
Browse files Browse the repository at this point in the history
  • Loading branch information
kualta committed Jul 4, 2024
1 parent 0fe1870 commit 1a8ed04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/post/PostWizard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function PostWizard({ user, replyingTo }: { user?: User; replying
const metadata = textOnly({
content: data.content,
tags: [community],
appId: "Ping",
appId: "ping",
});

const response = fetch(`/api/posts?${replyingTo ? `replyingTo=${replyingTo.id}&` : ""}`, {
Expand Down

0 comments on commit 1a8ed04

Please sign in to comment.