-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's great having you contribute to this project
Welcome to the community 🤓If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our Discord chat and our GitHub Organisation - we help and encourage each other to contribute to open source little and often 🤓 . Any questions let us know.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also: Do we use the abbreviate Number function anywhere else since it's not removed?
@@ -171,7 +167,14 @@ export default function Navbar() { | |||
</div> | |||
</div> | |||
|
|||
<div className={`${isOpen?"transform translate-y-0 opacity-100":"transform -translate-y-96 opacity-0 "} md:hidden z-20 absolute t-0 bg-gray-800 transition-all duration-700 ease-in-out w-full`} id="mobile-menu"> | |||
<div |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this just formatting or something changes here 🤔 if it's formatting shouldn't that be a diff pr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also: Do we use the abbreviate Number function anywhere else since it's not removed?
Good question, we use it on the private stats page, so we will keep it 👍
Usually yes but I made other changes and formatting happens on save lol
@@ -10,9 +10,8 @@ export const Basic = { | |||
url: "https://www.youtube.com", | |||
clicks: 2, | |||
name: "My youtube channel", | |||
icon: "FaYoutube" | |||
icon: "FaYoutube", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this also formatting?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes must be
type: "personal", | ||
bio: `Bio for _test-wcag-user`, | ||
avatar: "https://github.com/eddiejaoude.png", | ||
links: links | ||
} | ||
links: links, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welp, formatting again
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, but I won't let it block this PR 😜
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gotchu! 👍🏻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great
I fixed the test automation to make it pass. There are 2 images on the index page that show the profile with stats. Other than that it looks good |
thank you @dan-mba 🔥
oh good spot 💯 |
Fixes Issue
closes #4641
Changes proposed
Check List (Check all the applicable boxes)
Screenshots
Note to reviewers