[frontend]: Add icons
This commit is contained in:
14
frontend/src/components/TabTitle.jsx
Normal file
14
frontend/src/components/TabTitle.jsx
Normal file
@ -0,0 +1,14 @@
|
||||
import React from "react";
|
||||
import { Helmet } from "react-helmet";
|
||||
import favicon from "../../src/assets/icons/train-station.png"
|
||||
|
||||
const TabTitle = () => {
|
||||
return (
|
||||
<Helmet>
|
||||
<title>Iompar</title>
|
||||
<link rel="icon" href={favicon} />
|
||||
</Helmet>
|
||||
);
|
||||
};
|
||||
|
||||
export default TabTitle;
|
Reference in New Issue
Block a user