We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa8d66 commit 44455a9Copy full SHA for 44455a9
1 file changed
app/components/Home.tsx
@@ -6,7 +6,7 @@ import '../stylesheets/Home.scss';
6
const Home = () => (
7
<div className="home">
8
<div className="pangolin-container">
9
- <img src={'../assets/pangolin.png'} alt="Chronos logo" />
+ <img src={'../assets/chronos-v4-pangolin.png'} alt="Chronos logo" />
10
</div>
11
<h1 id="welcome">Welcome to Chronos</h1>
12
<p>A very short short description about Chronos...</p>
0 commit comments