Skip to content

Commit

Permalink
feat : remove sportify client section
Browse files Browse the repository at this point in the history
  • Loading branch information
Zainal21 committed Aug 29, 2023
1 parent 947fede commit 87b46f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion components/modules/reading-list-section.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ReadingListCard from "../base/home/reading-list-card";
export default function ReadingListSection(props) {
return (
<Section className="mt-10 mb-6 bg-transparant dark:bg-gray-800">
<h2 className="text-gray-100 lg:text-2xl text-lg text-medium font-bold mb-8 mt-8 underline">
<h2 className="text-gray-100 lg:text-2xl text-lg text-medium font-bold mb-8 mt-8">
My Recent Reading list
</h2>
{readinglist.map((item, index) => (
Expand Down
2 changes: 1 addition & 1 deletion pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default function Home() {
</div>
</div>
{/* recent playlist */}
<RecentPlaylist />
{/* <RecentPlaylist /> */}
{/* end recent playlist */}
{/* reading list section */}
<ReadingListSection />
Expand Down
6 changes: 2 additions & 4 deletions pages/uses.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ export default function uses() {
</h3>
<ul className="list-disc pl-10">
<li className="font-body lg:text-lg text-md font-light text-primary dark:text-white">
<span className="font-medium">
Lenovo Thinkpad T480s + Ubuntu OS
</span>{" "}
I with specifications (i5/16GB/256gb) for everything (work +
<span className="font-medium">Apple Macbook Air M1</span>{" "}
with specifications (M1/8GB/256gb) for everything (work +
personal).
</li>
<li className="pt-5 font-body lg:text-lg text-md font-light text-primary dark:text-white">
Expand Down

1 comment on commit 87b46f6

@vercel
Copy link

@vercel vercel bot commented on 87b46f6 Aug 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.