Skip to content

Commit

Permalink
PLogo Basel Hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimminho committed Oct 28, 2023
1 parent 6b1eba5 commit 6cb01c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/App.tsx
@@ -1,13 +1,14 @@
import React from 'react';
import logo from './logo.svg';
import baselhack from './assests/images/logohack.png';
import './App.css';

const App: React.FunctionComponent = () => {
return (
<body>
<header className="bg-neutral">
<img src={logo} alt="Logo HackBasel" className="App-logo" />
<h1> Certifever help</h1>
<img src={baselhack} alt="Logo HackBasel" className="App-logo" />
<div className="title"> Certifever help </div>
</header>

<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">
Expand Down
File renamed without changes

0 comments on commit 6cb01c4

Please sign in to comment.