Skip to content

Commit

Permalink
feat(ui/portal): adjust padding on home route
Browse files Browse the repository at this point in the history
  • Loading branch information
HasithDeAlwis committed Feb 17, 2025
1 parent 50c6392 commit 0a111e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/portal/app/routes/_index.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import dashboard_background from '@cuhacking/portal/assets/backgrounds/dashboard-bg-1.webp'
import { Index as Home } from '@cuhacking/portal/pages/index/index'
import { Home } from '@cuhacking/portal/pages/index/index'

export default function Signin() {
return (
<div className="py-20 px-5">
<div className="w-full">
<Home />
<img
src={dashboard_background}
alt=""
alt="Background"
aria-hidden="true"
className="absolute top-0 left-0 w-full h-full object-cover z-[-1]"
/>
Expand Down

0 comments on commit 0a111e5

Please sign in to comment.