Skip to content

Commit

Permalink
added powered by
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelgeek committed Aug 6, 2024
1 parent 0e250eb commit fb42daf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions components/home/Banner.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable jsx-a11y/media-has-caption */
import Link from 'next/link'
import { CFS_LINK, TICKETS_LINK } from '../../constant/constants'
import { TICKETS_LINK } from '../../constant/constants'

export const Banner = () => {
return (
Expand Down Expand Up @@ -36,22 +36,22 @@ export const Banner = () => {
<div>
<div className="flex flex-wrap space-x-2 md:space-x-4">
<a
className="btn-primary mt-3 md:mt-0"
className="btn-secondary mt-3 md:mt-0"
href={TICKETS_LINK}
target="_blank"
rel="noopener noreferrer"
>
get your ticket
</a>

<a
{/* <a
href={CFS_LINK}
target="_blank"
rel="noopener noreferrer"
className="btn-secondary mt-3 md:mt-0"
>
submit a talk
</a>
</a> */}
<Link href="/sponsors">
<a className="btn-accent mt-3 md:mt-0">sponsor flutterconke</a>
</Link>
Expand Down
3 changes: 2 additions & 1 deletion components/layouts/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ export const Footer = () => {
</div>
<div className="py-4">
<p className="text-light dark:text-lighter text-xs">
Copyright © {new Date().getFullYear()}. All rights reserved
Copyright © {new Date().getFullYear()}. Powered By Codescape
Limited
</p>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@
"engines": {
"node": ">=16.x",
"npm": ">=8.x"
}
},
"packageManager": "[email protected]+sha512.af78262d7d125afbfeed740602ace8c5e4405cd7f4735c08feb327286b2fdb2390fbca01589bfd1f50b1240548b74806767f5a063c94b67e431aabd0d86f7774"
}

0 comments on commit fb42daf

Please sign in to comment.