Skip to content

Commit

Permalink
fix(web): qr code
Browse files Browse the repository at this point in the history
  • Loading branch information
krystxf committed Dec 7, 2024
1 parent 3749a52 commit 019f1fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/web/src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const Footer = () => {
className="dark:p-2 dark:rounded-xl dark:bg-white transition-all ease-in-out dark:border dark:border-neutral-900 rounded dark:shadow-lg"
bgColor="transparent"
fgColor="black"
level="L"
level="Q"
imageSettings={{
src: "/appstore-icon.svg",
x: undefined,
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/components/Navbar/NavbarDownloadLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const NavbarDownloadLink = () => {
value={APPSTORE_URL}
fgColor="#000000"
bgColor="transparent"
level="L"
level="Q"
imageSettings={{
src: "/appstore-icon.svg",
x: undefined,
Expand Down

0 comments on commit 019f1fd

Please sign in to comment.