Skip to content

Commit

Permalink
Updated About Page
Browse files Browse the repository at this point in the history
  • Loading branch information
fadiismail27 committed Oct 5, 2024
1 parent 9655d8e commit 0ea6e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Image from "next/image";

const About = () => {
return (
<main className="min-h-screen bg-gray-50">
<main className="min-h-screen">
{/* Navbar */}
<nav className="bg-white shadow-md">
<div className="flex flex-col items-center md:flex-row md:justify-between md:items-center p-6 bg-white">
Expand Down

0 comments on commit 0ea6e53

Please sign in to comment.