Skip to content

Commit

Permalink
header white
Browse files Browse the repository at this point in the history
  • Loading branch information
kalidiagne committed Apr 9, 2024
1 parent 35eb0da commit 1606d96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build_deploy_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,3 @@ jobs:
with:
branch: gh-pages
folder: out

# - name: Push to Web3.storage
# uses: web3-storage/add-to-web3@v2
# id: web3
# with:
# web3_token: ${{ secrets.WEB3_STORAGE_TOKEN }}
# path_to_add: 'build'

# - run: echo ${{ steps.web3.outputs.cid }}
# - run: echo ${{ steps.web3.outputs.url }}
2 changes: 1 addition & 1 deletion components/AppHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const AppDesktopNav = () => {

export const AppHeader = () => {
return (
<header className="sticky right-0 left-0 top-0 backdrop-blur-xl z-10">
<header className="sticky right-0 left-0 top-0 bg-white backdrop-blur-xl z-10">
<AppDesktopNav />
<AppMobileNav />
</header>
Expand Down

0 comments on commit 1606d96

Please sign in to comment.