typo
This commit is contained in:
parent
2815679634
commit
dd0e43f77e
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ export default function Home() {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<Head>
|
<Head>
|
||||||
<title>Youtube Downlaoder</title>
|
<title>Youtube Downloader</title>
|
||||||
<link
|
<link
|
||||||
rel="shortcut icon"
|
rel="shortcut icon"
|
||||||
href="https://www.youtube.com/s/desktop/066935b0/img/favicon.ico"
|
href="https://www.youtube.com/s/desktop/066935b0/img/favicon.ico"
|
||||||
|
@ -75,7 +75,7 @@ export default function Home() {
|
||||||
<div className="max-w-7xl mx-auto sm:px-6 lg:px-8 w-full relative top-1/4">
|
<div className="max-w-7xl mx-auto sm:px-6 lg:px-8 w-full relative top-1/4">
|
||||||
<h3 className="text-4xl flex justify-center">
|
<h3 className="text-4xl flex justify-center">
|
||||||
{" "}
|
{" "}
|
||||||
<FiDownloadCloud /> Youtube Downlaoder{" "}
|
<FiDownloadCloud /> Youtube Downloader{" "}
|
||||||
</h3>
|
</h3>
|
||||||
<h4 className="text-xs py-1 flex justify-center">
|
<h4 className="text-xs py-1 flex justify-center">
|
||||||
{" "}
|
{" "}
|
||||||
|
|
Loading…
Reference in a new issue