Skip to content
Snippets Groups Projects
Commit 9f63ffa2 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

placeholder image

parent c89a6777
No related branches found
No related tags found
No related merge requests found
Pipeline #398209 passed
import React from 'react';
import '../components/LoadingScreen.css';
import customImage from '../assets/loading-image.png'; // Adjust the path if necessary
import '../App/LoadingScreen.css'; // Adjust the path if necessary
const LoadingScreen: React.FC = () => {
return (
<div id="LoadingScreen">
<img src={customImage} alt="Loading..." className="custom-animation" />
<img src="https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg" alt="Loading..." className="custom-animation" />
</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