Skip to content
Snippets Groups Projects
Commit 50ee3fd4 authored by osvaldo javier hinojosa rodriguez's avatar osvaldo javier hinojosa rodriguez
Browse files

fix: solved the 'rebase' problem

parent e20ab8b3
No related branches found
No related tags found
1 merge request!7Feat/tockify below the top banner
Pipeline #43242 passed
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
import React from 'react'
import ScriptTag from 'react-script-tag'
import { academy, igem, league, team } from '../../assets/text/about'
const About = (): JSX.Element => {
return (
<div className='w-full max-w-screen-xl m-auto px-8 sm:px-16 2xl:px-0 pb-24'>
<div data-tockify-component="mini" data-tockify-calendar="igemdesign"></div>
<div className='flex py-20 flex-col sm:flex-row'>
<div className='bg-pink rounded-2xl px-8 py-10 sm:w-1/2 sm:mr-10 mb-10 sm:mb-0'>
<h2 className='font-bold text-2xl'>iGEM Academy</h2>
......@@ -76,13 +74,6 @@ const About = (): JSX.Element => {
</div>
</div>
</div>
<ScriptTag
isHydrating={false}
data-cfasync='false'
data-tockify-script='embed'
src='https://public.tockify.com/browser/embed.js'>
</ScriptTag>
</div>
)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment