Skip to content

Commit

Permalink
update default past event copy
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewStanciu committed Feb 5, 2024
1 parent 12a9f8e commit 9b177a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/past-event.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const PastEvent = ({ event }: { event: PHEvent }) => {
<meta property="og:image" content={ogUrl(event)} />
<meta
property="og:description"
content={`${event.name}: a past event from Purdue Hackers.`}
content={`Learn what happened at ${event.name}, an event from Purdue Hackers.`}
/>
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:type" content="website" />
Expand Down

0 comments on commit 9b177a5

Please sign in to comment.