Added logo to homepage

This commit is contained in:
Keannu Bernasol 2023-02-13 22:11:25 +08:00
parent bb0d7ec3aa
commit e43f1965f9
2 changed files with 15 additions and 15 deletions

View file

@ -1,23 +1,13 @@
import React from 'react';
import logo from './logo.svg';
import './App.css';
import React from "react";
import logo from "./img/ivy.svg";
import "./App.css";
function App() {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.tsx</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
<img src={logo} alt="logo" style={{ width: 128, height: 128 }} />
<p>Ivy - Inventory Manager</p>
</header>
</div>
);

10
src/img/ivy.svg Normal file
View file

@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-plant-2" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M2 9a10 10 0 1 0 20 0" />
<path d="M12 19a10 10 0 0 1 10 -10" />
<path d="M2 9a10 10 0 0 1 10 10" />
<path d="M12 4a9.7 9.7 0 0 1 2.99 7.5" />
<path d="M9.01 11.5a9.7 9.7 0 0 1 2.99 -7.5" />
</svg>

After

Width:  |  Height:  |  Size: 500 B