-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to teg
public/index.html
Outdated
@@ -2,7 +2,7 @@ | |||
<html lang="en"> | |||
<head> | |||
<meta charset="utf-8" /> | |||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> | |||
<link rel="icon" href="%PUBLIC_URL%/logo.svg" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tej
@@ -0,0 +1,7 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="110px" height="110px"> | |||
<rect width="100%" height="100%" fill="#010E9B" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
teg
@@ -11,7 +11,7 @@ export default function Header() { | |||
className="flex items-center text-white group" | |||
href="/" | |||
> | |||
<img src={FIOLogo} className="h-7" alt="" /> | |||
<img src={FIOLogo} className="transition duration-1000 ease-in-out transform hover:-rotate-180 h-7" alt="" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
trop cool
src/components/Result copy.jsx
Outdated
@@ -0,0 +1,18 @@ | |||
import ResultListTest from "../assets/resultList.json"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete file
src/components/TestingComponent.jsx
Outdated
@@ -0,0 +1,175 @@ | |||
import { Component } from "react"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
teg
Need header for result explorer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trop fort, j'approuve !
No description provided.