Skip to content

Commit c0ebb26

Browse files
committed
Refactor layout in bridge page for improved styling
- Adjusted the positioning of a div in `bridge/page.tsx` to enhance the overall layout and visual consistency. - Removed unnecessary class from the div to streamline the styling. This change aims to improve the user interface and maintain a clean design across the dashboard.
1 parent e0b18b8 commit c0ebb26

File tree

1 file changed

+1
-1
lines changed
  • apps/dashboard/src/app/(app)/(dashboard)/(bridge)/bridge

1 file changed

+1
-1
lines changed

apps/dashboard/src/app/(app)/(dashboard)/(bridge)/bridge/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default async function RoutesPage({
3737
className="-bottom-12 -right-12 pointer-events-none absolute lg:right-0 lg:bottom-0"
3838
/>
3939

40-
<div className="absolute bottom-24 inset-x-0 z-20">
40+
<div className="absolute inset-x-0 bottom-24 z-20">
4141
<div className="container mx-auto px-4">
4242
<div className="relative overflow-hidden rounded-lg border-2 border-green-500/20 bg-gradient-to-br from-card/80 to-card/50 p-4 shadow-[inset_0_1px_2px_0_rgba(0,0,0,0.02)]">
4343
<div className="absolute inset-0 bg-gradient-to-br from-green-500/5 to-transparent" />

0 commit comments

Comments
 (0)