Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
seadfeng committed Aug 26, 2024
1 parent a8cfb98 commit bd35b22
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 14 deletions.
6 changes: 4 additions & 2 deletions public/content/components/style/bold-text/block1/en.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Font Generator
# Bold Text Generator

![Typing SVG](https://readme-typing-svg.demolab.com?font=Fira+Code&size=30&pause=1000&width=435&lines=+%F0%9D%91%AF%F0%9D%92%86%F0%9D%92%8D%F0%9D%92%8D%F0%9D%92%90+%F0%9D%92%95%F0%9D%92%86%F0%9D%92%99%F0%9D%92%95+%F0%9D%92%94%F0%9D%92%95%F0%9D%92%93%F0%9D%92%8A%F0%9D%92%8F%F0%9D%92%88+%F0%9D%92%87%F0%9D%92%90%F0%9D%92%93+%F0%9D%92%84%F0%9D%92%90%F0%9D%92%90%F0%9D%92%8D)
> Create Unique Aesthetic Fonts Online
Welcome to the **Bold Text** Generator! Transform your text into stunning, unique styles and enhance your online presence with just a few clicks.
6 changes: 4 additions & 2 deletions public/content/components/style/bubble-text/block1/en.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Font Generator
# Bubble Text Generator

![Typing SVG](https://readme-typing-svg.demolab.com?font=Fira+Code&size=30&pause=1000&width=435&lines=+%F0%9D%91%AF%F0%9D%92%86%F0%9D%92%8D%F0%9D%92%8D%F0%9D%92%90+%F0%9D%92%95%F0%9D%92%86%F0%9D%92%99%F0%9D%92%95+%F0%9D%92%94%F0%9D%92%95%F0%9D%92%93%F0%9D%92%8A%F0%9D%92%8F%F0%9D%92%88+%F0%9D%92%87%F0%9D%92%90%F0%9D%92%93+%F0%9D%92%84%F0%9D%92%90%F0%9D%92%90%F0%9D%92%8D)
> Create Unique Aesthetic Fonts Online
Transform your text with our **Bubble Text Generator**! Create eye-catching, bubbly fonts that stand out and make your content pop. Whether you’re looking to add a playful touch to your social media posts or design engaging graphics, our tool makes it easy to generate bubble text in just a few steps.
6 changes: 4 additions & 2 deletions public/content/components/style/cool/block1/en.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Font Generator
# Cool Text Generator

![Typing SVG](https://readme-typing-svg.demolab.com?font=Fira+Code&size=30&pause=1000&width=435&lines=+%F0%9D%91%AF%F0%9D%92%86%F0%9D%92%8D%F0%9D%92%8D%F0%9D%92%90+%F0%9D%92%95%F0%9D%92%86%F0%9D%92%99%F0%9D%92%95+%F0%9D%92%94%F0%9D%92%95%F0%9D%92%93%F0%9D%92%8A%F0%9D%92%8F%F0%9D%92%88+%F0%9D%92%87%F0%9D%92%90%F0%9D%92%93+%F0%9D%92%84%F0%9D%92%90%F0%9D%92%90%F0%9D%92%8D)
> Create Unique Aesthetic Fonts Online
Unleash your creativity with our **Cool Text Generator**! Transform your ordinary text into striking, stylish fonts that make your content stand out. Perfect for social media, blogs, and digital designs, our tool offers a variety of cool text styles to enhance your visual content.
4 changes: 2 additions & 2 deletions public/data/generated/components-markdown.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@
"en"
]
},
"style/small/block1": {
"style/small-text/block1": {
"locales": [
"en"
]
},
"style/small/block2": {
"style/small-text/block2": {
"locales": [
"en"
]
Expand Down
4 changes: 2 additions & 2 deletions src/components/frontend/page/style/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const Sidebar =( )=>{
return t("frontend.slug.menu.cool");
case "bold-italic":
return t("frontend.slug.menu.bold-italic");
case "small":
case "small-text":
return t("frontend.slug.menu.small");
case "sans-serif":
return "Sans Serif";
Expand Down Expand Up @@ -53,7 +53,7 @@ export const Sidebar =( )=>{
return <StarsIcon size={18} />;
case "bold-italic":
return <ItalicIcon size={18} strokeWidth={3}/>;
case "small":
case "small-text":
return <ALargeSmallIcon size={18} />;
case "underline":
return <UnderlineIcon size={18} />;
Expand Down
4 changes: 2 additions & 2 deletions src/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const styleMetadata = async ({ params }: { params: { locale: LocaleType,
title = t('frontend.style.italic.meta.title');
description = t('frontend.style.italic.meta.description');
break;
case "small":
case "small-text":
title = t('frontend.style.small.meta.title');
description = t('frontend.style.small.meta.description');
break;
Expand Down Expand Up @@ -82,7 +82,7 @@ export const getStyleName = async ({ params }: Readonly<{ params: { locale: Loca
return t('frontend.slug.menu.fancy');
case "italic":
return t('frontend.slug.menu.italic');
case "small":
case "small-text":
return t('frontend.slug.menu.small');
case "bold-italic":
return t('frontend.slug.menu.bold-italic');
Expand Down
4 changes: 2 additions & 2 deletions src/slugs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const styleKeys = [
"all",
"cool",
"fancy",
"small",
"small-text",
"bold-text",
"italic",
"bold-italic",
Expand All @@ -27,7 +27,7 @@ export const styleFonts: Record<StyleKey, FontKey[]> = {
"vaiLetterlike", "bamumLetterlike", "smallCherokeeLetterlike", "canadianAboriginalLetterlike1", "canadianAboriginalLetterlike2",
"squaredNegative", "inverted", "mirrored", "rotatedLeft", "rotatedRight"
],
"small": [
"small-text": [
"smallCaps", "superscript", "subscript", "sansItalic", "serifItalic"
],
"bold-text": [
Expand Down

0 comments on commit bd35b22

Please sign in to comment.