Skip to content

Commit

Permalink
fix: hide downloadable report url; change hero img
Browse files Browse the repository at this point in the history
  • Loading branch information
Fcmam5 committed Aug 29, 2024
1 parent 1419199 commit 8c17642
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const config = {
},
],
// Replace with your project's social card
image: "img/chabiba-ta3-code.png",
image: "img/logo-white-bg.png",
docs: {
sidebar: {
hideable: true,
Expand Down Expand Up @@ -115,8 +115,13 @@ const config = {
label: "Remuneration",
position: "left",
},
{
href: "https://github.com/Fcmam5/state-of-dz-swe-2024",
label: "Github",
position: "right",
},
// { to: "/report", label: "🚧Report", position: "right" },
{ to: "/blog", label: "Blog", position: "right" },
{ to: "/report", label: "🚧Report", position: "right" },
],
},
footer: {
Expand Down
Binary file added website/static/img/logo-white-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8c17642

Please sign in to comment.