Skip to content

Commit

Permalink
Changed metadata title
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmonisit committed Sep 4, 2023
1 parent bd22778 commit 48e57cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
<head>
<meta charset="utf-8">
<meta property="og:url" content="https://www.hackru.org/" />
<meta property="og:title" content="HackRU Spring 2023" />
<meta property="og:title" content="HackRU Fall 2023" />
<meta property="og:description" content="Get hyped for the best Hackathon that Rutgers has to offer!" />
<meta property="og:image" content="./assets/fb-banner-upper.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Find out more about HackRU Spring 2023.">
<meta name="description" content="Find out more about HackRU Fall 2023.">
<link rel="icon" href="%PUBLIC_URL%/assets/icons/blue_hackru.png">
<link rel="shortcut icon" href="%PUBLIC_URL%/assets/icons/blue_hackru.png">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
Expand Down
2 changes: 1 addition & 1 deletion src/Defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import FAQs from "./components/Landing/Sections/Faqs";
import Footer from "./components/Landing/Sections/Footer";

const defaults = {
title: "HackRU Spring 2023",
title: "HackRU Fall 2023",
dateText: "February 25th - 26th, 2023",
locationText: "Rutgers College Ave Student Center",
universityText: "Rutgers University",
Expand Down

0 comments on commit 48e57cb

Please sign in to comment.