Skip to content

Commit 7f72569

Browse files
committed
feat: add Reddit SVG icon and link to r/codexia in Introduce component
1 parent 8597f39 commit 7f72569

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

public/reddit.svg

Lines changed: 1 addition & 0 deletions
Loading

src/components/common/Introduce.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ export function Introduce() {
2424
</AccordionContent>
2525
</AccordionItem>
2626
<AccordionItem value="item-2">
27-
<AccordionTrigger>Follow</AccordionTrigger>
27+
<AccordionTrigger>Keep in touch</AccordionTrigger>
2828
<AccordionContent className="flex flex-col gap-4 text-balance">
2929
<Button onClick={() => open("https://github.com/milisp/codexia/discussions")}><Github />Github</Button>
3030
<Button onClick={() => open("https://discord.gg/zAjtD4kf5K")}><img src="/discord.svg" height={24} width={24}/>Discord</Button>
3131
<Button onClick={() => open("https://x.com/lisp_mi")}><Twitter />milisp</Button>
32+
<Button onClick={() => open("https://www.reddit.com/r/codexia/")}><img src="/reddit.svg" height={24} width={24}/>r/codexia</Button>
3233
</AccordionContent>
3334
</AccordionItem>
3435
</Accordion>

0 commit comments

Comments
 (0)