Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • 2024/bielefeld-cebitec
  • l-sanfilippo/bielefeld-ce-bi-tec-temp
2 results
Show changes
Showing
with 2795 additions and 461 deletions
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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 = () => {
console.log('LoadingScreen rendered')
return (
<div id="LoadingScreen">
<img src={customImage} alt="Loading..." className="custom-animation" />
<img src="https://static.igem.wiki/teams/5247/loading-screen/pulsierende-herz.png" alt="Loading..." className="custom-animation" />
</div>
);
};
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.