DEBUG
This commit is contained in:
parent
0d8cda9787
commit
91dc29e341
|
@ -57,6 +57,8 @@ export default function Home() {
|
|||
</div>
|
||||
<div className="flex flex-col flex-1 py-16 items-center justify-around z-10">
|
||||
<Image className="w-96" src={slogan} priority alt="" />
|
||||
<p className="text-white">{deviceType}</p>
|
||||
<p className="text-white">{navigator.userAgent}</p>
|
||||
{deviceType === "pc" && (
|
||||
<div className="flex flex-row gap-20">
|
||||
<a
|
||||
|
|
Loading…
Reference in New Issue