File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed
Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import ChmodCalculator from "@/components/ChmodCalculator.svelte";
77import chmodImage from " @/images/chmod.png" ;
88---
99
10- <Layout suffix =" Tools" title =" FireIsTools" description =" A chmod calculator" image ={ chmodImage .src } >
10+ <Layout suffix =" Tools" title =" FireIsTools - Chmod Calculator " description =" A chmod calculator" image ={ chmodImage .src } >
1111 <Breadcrumb />
1212 <article >
1313 <header >
Original file line number Diff line number Diff line change @@ -7,7 +7,12 @@ import Terminal from "@/components/JavascriptTerminal.svelte";
77import jsImage from " @/images/js-terminal.png" ;
88---
99
10- <Layout suffix =" Tools" title =" FireIsTools" description =" A JavaScript terminal" image ={ jsImage .src } >
10+ <Layout
11+ suffix =" Tools"
12+ title =" FireIsTools - JavaScript Terminal"
13+ description =" A JavaScript terminal"
14+ image ={ jsImage .src }
15+ >
1116 <Breadcrumb />
1217 <article >
1318 <header >
Original file line number Diff line number Diff line change @@ -6,7 +6,12 @@ import Ending from "@/components/Ending.astro";
66import thumbImage from " @/images/random-number-generator.png" ;
77---
88
9- <Layout suffix =" Tools" title =" FireIsTools" description =" Random number generator" image ={ thumbImage .src } >
9+ <Layout
10+ suffix =" Tools"
11+ title =" FireIsTools - Random Number Generator"
12+ description =" Random number generator"
13+ image ={ thumbImage .src }
14+ >
1015 <Breadcrumb />
1116 <article >
1217 <header >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import SvgConverter from "@/components/SvgConverter.svelte";
77import thumbImage from " @/images/svg-to-url.png" ;
88---
99
10- <Layout suffix =" Tools" title =" FireIsTools" description =" SVG to URL converter" image ={ thumbImage .src } >
10+ <Layout suffix =" Tools" title =" FireIsTools - SVG to URL " description =" SVG to URL converter" image ={ thumbImage .src } >
1111 <Breadcrumb />
1212 <article >
1313 <header >
You can’t perform that action at this time.
0 commit comments