Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimminho committed Oct 29, 2023
1 parent d8b77bd commit 9bc532f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
@@ -1,6 +1,7 @@
import React, {useState} from 'react';
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import baselhack from './assests/images/logohack.png';
import certifever from './assests/images/certifever.svg';
import './App.css';
import Language from './components/Language';
import Difficulty from './components/Difficulty';
Expand Down Expand Up @@ -58,8 +59,7 @@ const App: React.FunctionComponent = () => {
<h2>Uploading...</h2>
</div>
)}
</div>
<div className="bg-white my-5 w-full flex flex-col space-y-4 md:flex-row md:space-x-4 md:space-y-0">

<main className=" md:w-2/3 lg:w-3/4 px-5 py-40">
<h1 className="text-2xl md:text-4xl">Welcome to Certifever</h1>
<p>
Expand Down

0 comments on commit 9bc532f

Please sign in to comment.