File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments