Skip to content

Commit

Permalink
updating profile description AMG
Browse files Browse the repository at this point in the history
  • Loading branch information
BigSamu committed Oct 23, 2023
1 parent 4972829 commit 3f1e742
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/data/userDetails.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/pages/AboutPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const AboutPage = () => {
<div className="flex flex-col xl:flex-row gap-3 mt-3">
<p className="text-gray-500 italic">{userDetails.biography}</p>

<div className="flex-grow">
{/* <div className="flex-grow">
<table>
<tbody>
<tr>
Expand Down Expand Up @@ -48,7 +48,7 @@ const AboutPage = () => {
</tr>
</tbody>
</table>
</div>
</div> */}
</div>
</div>
</div>
Expand Down

0 comments on commit 3f1e742

Please sign in to comment.