Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bring-shrubbery committed Mar 20, 2024
1 parent 264a7ec commit bd461cd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions apps/nextjs/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,26 @@ export const metadata: Metadata = {
en: "https://svg-to-swiftui.quassum.com/",
},
},
keywords: [
"svg",
"swiftui",
"converter",
"svg to swiftui",
"svg to swiftui converter",
"swiftui converter",
"svg converter",
"svg to swift",
"svg to swift converter",
"swift converter",
"swiftui code",
"swift code",
"swiftui shape",
"swift shape",
"how to convert svg to swiftui",
"convert svg to swiftui",
"convert svg to swift",
"ios"
]
};

export default function RootLayout({ children }: PropsWithChildren) {
Expand Down
4 changes: 2 additions & 2 deletions apps/nextjs/src/components/toolbar-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const ToolbarSettings = () => {

<div className="w-auto pt-4 grid grid-cols-[auto,200px] gap-x-4 gap-y-6 items-center">
<Label htmlFor="struct-name" className="whitespace-nowrap">
Struct Name
{"Struct Name"}
</Label>
<Input
id="struct-name"
Expand All @@ -57,7 +57,7 @@ export const ToolbarSettings = () => {
/>

<Label htmlFor="indentation" className="whitespace-nowrap">
Indentation
{"Indentation"}
</Label>
<Input
type="number"
Expand Down

0 comments on commit bd461cd

Please sign in to comment.