Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #57 from appwrite/feat-replace-2022
Browse files Browse the repository at this point in the history
Replace mentions of 2022 with 2023
  • Loading branch information
TorstenDittmann authored Aug 15, 2023
2 parents a33b322 + 9116828 commit dc42657
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.png" />
<title>Hacktoberfest 2022 | Appwrite</title>
<title>Hacktoberfest 2023 | Appwrite</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />

Expand Down Expand Up @@ -67,7 +67,7 @@
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://hacktoberfest.appwrite.io/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Hacktoberfest 2022 | Appwrite" />
<meta property="og:title" content="Hacktoberfest 2023 | Appwrite" />
<meta
property="og:description"
content="Celebrate Hacktoberfest with Appwrite! Your open source journey begins with a pull request and we've curated a list of beginner friendly issues for you."
Expand Down
2 changes: 1 addition & 1 deletion src/stores.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const currentSection = writable({
export const events = writable([
{
isOpened: false,
timeISO: '2022-10-01T16:00:00.000Z',
timeISO: '2023-10-01T16:00:00.000Z',
durationInMs: DurationMinute * 0,
name: 'Hacktoberfest Kickoff!',
presenter: 'Appwrite, TBA',
Expand Down
Binary file modified static/factory.riv
Binary file not shown.

1 comment on commit dc42657

@vercel
Copy link

@vercel vercel bot commented on dc42657 Aug 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.