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:
Emil Gulamov 2024-02-12 08:05:59 +04:00
parent 9eaa6e209e
commit 5f51d16307

View file

@ -2,8 +2,8 @@
const title: string = "ScrewFast";
const author:string = "Emil Gulamov"
const description:string = "";
const URL:string = "";
const socialImage:string = "screw-fast-git-main-emils-projects-69b3f1de.vercel.app/social.png";
const URL:string = "https://screw-fast.vercel.app";
const socialImage:string = "https://screw-fast.vercel.app/social.png";
---
<script type="application/ld+json">