Fix incorrect attribute in Navbar component SVG
Remove extraneous single character attribute 'f' from the SVG rect element in the Navbar component of astro file. This correction ensures that the SVG renders correctly, maintaining the desired appearance of the Navbar.
This commit is contained in:
parent
9eaa6e209e
commit
5f51d16307
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
const title: string = "ScrewFast";
|
const title: string = "ScrewFast";
|
||||||
const author:string = "Emil Gulamov"
|
const author:string = "Emil Gulamov"
|
||||||
const description:string = "";
|
const description:string = "";
|
||||||
const URL:string = "";
|
const URL:string = "https://screw-fast.vercel.app";
|
||||||
const socialImage:string = "screw-fast-git-main-emils-projects-69b3f1de.vercel.app/social.png";
|
const socialImage:string = "https://screw-fast.vercel.app/social.png";
|
||||||
---
|
---
|
||||||
|
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
|
|
Loading…
Add table
Reference in a new issue