Skip to content

Commit

Permalink
Merge pull request #148 from cse110-sp24-group25/rename-page
Browse files Browse the repository at this point in the history
Renamed homepage and calendar to Dev Journal and Dev Calendar
  • Loading branch information
KaiWoessner authored Jun 7, 2024
2 parents b7d6df4 + 63c114d commit a277a2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/calendar/calendar.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<!-- Title -->
<title>Calendar</title>
<title>Dev Calendar</title>
<!-- CSS File -->
<link rel="stylesheet" href="calendar.css" />
<!-- Icon -->
Expand Down
2 changes: 1 addition & 1 deletion source/homepage/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<!-- Title -->
<title>Homepage</title>
<title>Dev Journal</title>
<!-- CSS File -->
<link rel="stylesheet" href="homepage.css" />
<!-- Icon -->
Expand Down

0 comments on commit a277a2c

Please sign in to comment.