Skip to content

Commit

Permalink
fix(fe): change dashboard image alignment (#2271)
Browse files Browse the repository at this point in the history
  • Loading branch information
HypePenguin authored and jihorobert committed Jan 2, 2025
1 parent d94655d commit c971660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/app/admin/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Image from 'next/image'

export default function Page() {
return (
<main className="absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 transform">
<main className="absolute left-1/2 top-1/2 flex -translate-x-1/2 -translate-y-1/2 transform flex-col items-center">
<Image
className="pb-10"
src={welcomeLogo}
Expand Down

0 comments on commit c971660

Please sign in to comment.