Skip to content

Commit

Permalink
#97, #99 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelgeek authored Mar 13, 2024
1 parent 2ed6953 commit 623f803
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand Down
10 changes: 5 additions & 5 deletions components/home/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ export const Banner = () => {
sponsor droidconke
</a>
</div>
<div className="flex flex-wrap mt-8 md:mt-10 items-center">
{/* <img
className="h-[48px] md:h-[66px] mr-3"
src="/images/hashtag-23.png"
<div className="flex flex-wrap mt-6 md:mt-8 items-center">
<img
className="h-[58px] md:h-[80px] mr-3 mt-4"
src="/images/hashtag-24.png"
alt="droid alt"
/> */}
/>
<div className="text-accent dark:text-accent-dark font-black text-base md:text-2xl mt-3 md:mt-4 lowercase">
<span>06TH - 8TH</span> <br />
NOVEMBER
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"typescript": "4.7.4"
},
"engines": {
"node": "16.x",
"npm": "8.x"
"node": ">=16.x",
"npm": ">=8.x"
}
}
4 changes: 2 additions & 2 deletions pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class MyDocument extends Document {
{/* <!-- maximum 140 char --> */}
<meta
name="twitter:image"
content="https://droidcon.co.ke/images/droidcon-23-kenya-announcement.png"
content="https://droidcon.co.ke/images/droidcon-24-kenya-announcement.png"
/>
<meta name="twitter:image:alt" content="droidcon logo" />
{/* <!-- when you post this page url in twitter , this image will be shown -->
Expand All @@ -138,7 +138,7 @@ class MyDocument extends Document {
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://droidcon.co.ke/images/droidcon-23-kenya-announcement.png"
content="https://droidcon.co.ke/images/droidcon-24-kenya-announcement.png"
/>
<meta
property="og:description"
Expand Down
2 changes: 1 addition & 1 deletion pages/sessions/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Session: NextPage<SessionPageProp> = ({ session }) => {
name="twitter:image"
content={
session.session_image ??
'https://droidcon.co.ke/images/droidcon-23-kenya-announcement.png'
'https://droidcon.co.ke/images/droidcon-24-kenya-announcement.png'
}
/>
</Head>
Expand Down
Binary file added public/images/droidcon-24-kenya-announcement.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/hashtag-24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 623f803

Please sign in to comment.