增加blog
This commit is contained in:
@@ -20,11 +20,15 @@ export default function Footer() {
|
||||
>
|
||||
{t("editorName")}
|
||||
</Link>
|
||||
|
||||
<Link
|
||||
href="https://forms.gle/MHCFY5DxND7VEjQ87"
|
||||
href={`/${locale}/blogs`}
|
||||
className="text-sm text-muted-foreground hover:text-primary"
|
||||
>
|
||||
{t("blogName")}
|
||||
</Link>
|
||||
<Link
|
||||
href="/features-form"
|
||||
className="text-sm text-muted-foreground hover:text-primary"
|
||||
target="_blank"
|
||||
>
|
||||
Features Wanted
|
||||
</Link>
|
||||
@@ -33,6 +37,12 @@ export default function Footer() {
|
||||
|
||||
<Flex gap={"2"} direction={"column"}>
|
||||
<Heading as="h2" size="4">Resources</Heading>
|
||||
<Link
|
||||
href="https://gero3.github.io/facetype.js/"
|
||||
className="text-sm text-muted-foreground hover:text-primary"
|
||||
>
|
||||
Converter From .ttf to .json
|
||||
</Link>
|
||||
<Link
|
||||
href="/do-not-write-on-this-page"
|
||||
className="text-sm text-muted-foreground hover:text-primary"
|
||||
|
||||
@@ -16,7 +16,6 @@ export default function Header() {
|
||||
<Text size="6" color="iris"><Strong>{t("appName")}</Strong></Text>
|
||||
</a>
|
||||
</Box >
|
||||
|
||||
<Flex gap={"4"} justify={"center"} align={"center"} className="w-1/2">
|
||||
<Link
|
||||
href={`/${locale}/editor`}
|
||||
@@ -26,9 +25,14 @@ export default function Header() {
|
||||
</Link>
|
||||
|
||||
<Link
|
||||
href="https://forms.gle/MHCFY5DxND7VEjQ87"
|
||||
href={`/${locale}/blogs`}
|
||||
className="text-sm text-muted-foreground hover:text-primary"
|
||||
>
|
||||
{t("blogName")}
|
||||
</Link>
|
||||
<Link
|
||||
href="/features-form"
|
||||
className="text-sm text-muted-foreground hover:text-primary"
|
||||
target="_blank"
|
||||
>
|
||||
Features Wanted
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user