Skip to content

Commit

Permalink
move to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Dec 12, 2024
1 parent ef0110e commit 67fe070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion next-14/src/app/dynamic/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default async function Home() {
</Suspense>
)}
</div>
<div className="bg-theme-button text-theme-button absolute left-2 top-2 block rounded text-xs transition duration-1000 ease-in-out">
<div className="bg-theme-button text-theme-button absolute bottom-2 left-2 block rounded text-xs transition duration-1000 ease-in-out">
<span className="inline-block py-1 pl-2 pr-0.5">User Agent:</span>
<span className="bg-theme text-theme mr-0.5 inline-block rounded-r-sm px-1 py-0.5 tabular-nums transition duration-1000 ease-in-out">
{userAgent}
Expand Down
2 changes: 1 addition & 1 deletion next-15/src/app/dynamic/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default async function Home() {
</Suspense>
)}
</div>
<div className="bg-theme-button text-theme-button absolute left-2 top-2 block rounded text-xs transition duration-1000 ease-in-out">
<div className="bg-theme-button text-theme-button absolute bottom-2 left-2 block rounded text-xs transition duration-1000 ease-in-out">
<span className="inline-block py-1 pl-2 pr-0.5">User Agent:</span>
<span className="bg-theme text-theme mr-0.5 inline-block rounded-r-sm px-1 py-0.5 tabular-nums transition duration-1000 ease-in-out">
{userAgent}
Expand Down

0 comments on commit 67fe070

Please sign in to comment.