Skip to content

Commit

Permalink
Update README and footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
miurla committed Apr 8, 2024
1 parent cbd1d98 commit 421e51b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Morphic Search
# Morphic

An AI-powered answer engine with a generative UI.

![capture](/public/capture-240404.png)
![capture](/public/capture-240404_blk.png)

## 🔍 Overview

Expand Down
8 changes: 4 additions & 4 deletions components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ const Footer: React.FC = () => {
return (
<footer className="w-fit p-1 md:p-2 fixed bottom-0 right-0">
<div className="flex justify-end">
{/* <Button
<Button
variant={'ghost'}
size={'icon'}
className="text-muted-foreground/50"
>
<Link href="https://discord.gg/morphic" target="_blank">
<Link href="https://discord.gg/zRxaseCuGq" target="_blank">
<SiDiscord size={18} />
</Link>
</Button> */}
</Button>
<Button
variant={'ghost'}
size={'icon'}
Expand All @@ -30,7 +30,7 @@ const Footer: React.FC = () => {
size={'icon'}
className="text-muted-foreground/50"
>
<Link href="https://github.com/miurla/morphic" target="_blank">
<Link href="https://git.new/morphic" target="_blank">
<SiGithub size={18} />
</Link>
</Button>
Expand Down
Binary file added public/capture-240404_blk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 421e51b

Please sign in to comment.