Skip to content

Commit

Permalink
chore(typo): get rid of the before uofa
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Oct 8, 2024
1 parent b5ebbf8 commit 59ffa86
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# My Timetable

A drag-and-drop timetable planner for the University of Adelaide students.
A drag-and-drop timetable planner for University of Adelaide students.

## Development

Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>MyTimetable</title>
<meta
name="description"
content="A drag-and-drop timetable planner for the University of Adelaide students."
content="A drag-and-drop timetable planner for University of Adelaide students."
/>
<link rel="icon" href="/favicon.ico" sizes="48x48" />
<link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml" />
Expand All @@ -16,7 +16,7 @@
<meta property="og:url" content="https://mytimetable.csclub.org.au/" />
<meta
property="og:description"
content="A drag-and-drop timetable planner for the University of Adelaide students."
content="A drag-and-drop timetable planner for University of Adelaide students."
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="/banner.png" />
Expand All @@ -30,7 +30,7 @@
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:description"
content="A drag-and-drop timetable planner for the University of Adelaide students."
content="A drag-and-drop timetable planner for University of Adelaide students."
/>
<meta name="twitter:image" content="/banner.png" />
<script
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default defineConfig({
name: 'MyTimetable',
short_name: 'MyTimetable',
description:
'A drag-and-drop timetable planner for the University of Adelaide students.',
'A drag-and-drop timetable planner for University of Adelaide students.',
display: 'standalone',
background_color: '#FFFFFF',
theme_color: '#FC8500',
Expand Down

0 comments on commit 59ffa86

Please sign in to comment.