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 72901d6 commit 249601b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions public/content/components/style/cursive-font/block1/en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Kursivschrift-Generator
# Cursive Font Generator

> Erstellen Sie einzigartige ästhetische Schriften online
> Create Unique Aesthetic Fonts Online
Verleihen Sie Ihrem Text eine elegante Note mit unserem **Kursivschrift-Generator**! Dieses Tool verwandelt Ihre Worte in fließende, handschriftähnliche Schriften und verleiht Ihren digitalen Inhalten einen Hauch von Raffinesse und persönlichem Stil.
Add a touch of elegance to your text with our **Cursive Font Generator**! This tool transforms your words into flowing, handwriting-like scripts, bringing a hint of sophistication and personal flair to your digital content.
4 changes: 3 additions & 1 deletion src/components/frontend/page/style/sidebar.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Link } from "@/lib/i18n";
import { styleFonts, StyleKey } from "@/slugs";
import { ALargeSmallIcon, BoldIcon, CircleDot, FeatherIcon, ItalicIcon, SquareDot, StarsIcon, UnderlineIcon } from "lucide-react";
import { ALargeSmallIcon, BoldIcon, CircleDot, FeatherIcon, ItalicIcon, Pencil, SquareDot, StarsIcon, UnderlineIcon } from "lucide-react";
import { useTranslations } from "next-intl";
import { usePathname, useSearchParams } from "next/navigation";
import { ClassNameValue } from "tailwind-merge";
Expand Down Expand Up @@ -63,6 +63,8 @@ export const Sidebar =( )=>{
return <CircleDot size={18} />;
case "square-text":
return <SquareDot size={18} />;
case "cursive-font":
return <Pencil size={18} />;
default:
return null;
}
Expand Down

0 comments on commit 249601b

Please sign in to comment.