Skip to content

Commit 86f6544

Browse files
Update src/pages/About/About.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 1e3e783 commit 86f6544

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/pages/About/About.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@ const About = () => {
22
return (
33
<div className="about-container">
44
{/* Hero Section */}
5-
<section className="hero bg-gray-800 text-white py-12 px-4">
5+
<section
6+
className="
7+
hero
8+
bg-white text-black
9+
dark:bg-gray-800 dark:text-white
10+
py-12 px-4
11+
"
12+
>
613
<h1 className="text-4xl font-bold text-center">About Us</h1>
714
<p className="text-lg text-center mt-4">
815
Welcome to GitHub Tracker! We simplify issue tracking for developers.

0 commit comments

Comments
 (0)