Skip to content

Commit

Permalink
Fixed config
Browse files Browse the repository at this point in the history
Added hackHPI logo
  • Loading branch information
DerCed committed Dec 29, 2024
1 parent 76128c8 commit 193d486
Show file tree
Hide file tree
Showing 7 changed files with 502 additions and 202 deletions.
503 changes: 360 additions & 143 deletions package-lock.json

Large diffs are not rendered by default.

Binary file removed src/App/CedSoftOSBlack.png
Binary file not shown.
Binary file removed src/App/CedSoftOSWhite.png
Binary file not shown.
Binary file added src/App/HackHPI_white_shortHPI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/App/HackHPI_white_shortHPI.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import CedSoftOSWhite from "./App/CedSoftOSWhite.png"
import CedSoftOSBlack from "./App/CedSoftOSBlack.png"
import CedSoftOSWhite from "./App/HackHPI_white_shortHPI.svg"
import CedSoftOSBlack from "./App/HackHPI_white_shortHPI.svg"

const config = {
palette: {
primaryColor: "#1976d2",
secondaryColor: "#e57373",
primaryColor: "#000000",
secondaryColor: "#000000",
},
logo: {
light: CedSoftOSWhite,
Expand Down
Loading

0 comments on commit 193d486

Please sign in to comment.