Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module.exports = {
background_color: `#6C63FF`,
theme_color: `#6C63FF`,
display: `minimal-ui`,
icon: `src/assets/images/favicon.png`,
icon: `src/assets/images/favicon2023.png`,
},
},
{
Expand Down
28,748 changes: 28,719 additions & 29 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/assets/css/layouts/hero.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.hero__bg {
background-image: url("../images/makeNTU2022-bg.png");
background-image: url("../images/makeNTU2023-bg.png");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
Expand Down
Binary file added src/assets/images/favicon2023.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/makeNTU2023-bg.png
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 src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const Header = ({ menus, back }) => {
<Link to="/">
<div style={{ display: "flex", alignItem: "center", margin: "4px" }}>
<img
src={require("assets/images/favicon.png")}
src={require("assets/images/favicon2023.png")}
style={{ maxHeight: "50px" }}
/>
<h1 className="header header__title">{headerData.title}</h1>
Expand Down
28,783 changes: 14,778 additions & 14,005 deletions yarn.lock

Large diffs are not rendered by default.