1
0
Fork 0

changes added span to fragment

This commit is contained in:
Zee 2023-01-11 15:08:30 +00:00
parent aeb230167c
commit c08e6ac3bd

View file

@ -45,7 +45,7 @@ const HomePage = () => {
<h1>FreeSewing</h1>
<h4>{translations.sade[app.locale]}</h4>
<Link href="/design" className="btn btn-primary btn-lg h-20 my-8 mb-12">
<span>
<>
<span role="image" className="text-4xl px-6">
👉
</span>
@ -53,7 +53,7 @@ const HomePage = () => {
<span role="image" className="text-4xl px-6">
👈
</span>
</span>
</>
</Link>
{translations.tips[app.locale]}
</div>