Skip to content

Commit

Permalink
New logo
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragzq committed Jan 9, 2024
1 parent 7e540a7 commit 73f4166
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 3 deletions.
Binary file added public/android-chrome-192x192.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 public/android-chrome-512x512.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 public/apple-touch-icon.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 public/favicon-16x16.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 public/favicon-32x32.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 modified public/favicon.ico
Binary file not shown.
Binary file modified public/social.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/mlp.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/logo.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import mlPurdue from "~/assets/logo-main.webp";
import mlPurdue from "~/assets/mlp.png";
export interface Props {
class: string;
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/splash.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
import Starfield from "~/components/starfield.astro";
import mlPurdueLogo from "~/assets/logo-main.webp";
import mlPurdueLogo from "~/assets/mlp.png";
import Footer from "./footer.astro";
const widths = [450, 800];
const sizes = "(min-width: 640px) 42vw, 67vw";
Expand Down
2 changes: 1 addition & 1 deletion src/pages/dagshub-hackathon.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "~/styles/index.css";
import ContentSection from "~/components/content-section.astro";
import Spacer from "~/components/Spacer.astro";
import dagshub from "~/assets/sponsor/dagshub.png";
import mlPurdue from "~/assets/logo-main.webp";
import mlPurdue from "~/assets/mlp.png";
const { site } = Astro;
Expand Down

0 comments on commit 73f4166

Please sign in to comment.