Skip to content

Commit

Permalink
feat: replace app logo image
Browse files Browse the repository at this point in the history
  • Loading branch information
MSzalowski committed Aug 7, 2024
1 parent 35c14d7 commit 5a1d746
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
34 changes: 34 additions & 0 deletions govtool/frontend/public/images/VoltaireLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion govtool/frontend/src/consts/images.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const IMAGES = {
appLogo: "/images/AppLogo.png",
appLogo: "/images/VoltaireLogo.svg",
appLogoWithoutText: "/images/AppLogoWithoutText.png",
bgBlue: "/images/BGBlue.png",
bgOrange: "/images/BGOrange.png",
Expand Down
1 change: 0 additions & 1 deletion govtool/metadata-validation/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ async function bootstrap() {
exceptionFactory: () => ({ status: 200, valid: false }),
}),
);
console.log({ PORT: process.env.PORT });
await app.listen(process.env.PORT);
}
bootstrap();

0 comments on commit 5a1d746

Please sign in to comment.