File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1- export const TICKETS_LINK = 'https://bit.ly/dcKE2024Tickets '
1+ export const TICKETS_LINK = 'https://bit.ly/dcKE2025Tickets '
22export const CFS_LINK = 'https://bit.ly/dcke25CFP'
Original file line number Diff line number Diff line change @@ -18,16 +18,15 @@ const Session: NextPage<SessionPageProp> = ({ session }) => {
1818
1919 const navBackLink = router . query ?. from ? router . query ?. from : '/sessions'
2020
21+ const image =
22+ session . session_image ??
23+ 'https://fluttercondev.ke/images/fluttercon-25-kenya-announcement.png'
24+
2125 return (
2226 < >
2327 < Head >
24- < meta
25- name = "twitter:image"
26- content = {
27- session . session_image ??
28- 'https://fluttercondev.ke/images/fluttercon-25-kenya-announcement.png'
29- }
30- />
28+ < meta name = "twitter:image" content = { image } />
29+ < meta name = "og:image" content = { image } />
3130 </ Head >
3231 < div className = "w-full mt-10 lg:mt-20 xl:mt-10 mb-0" >
3332 < section className = "w-full bg-primary dark:bg-black-dark" >
You can’t perform that action at this time.
0 commit comments