add page functionality
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import logo from '../assets/logo.png'
|
||||
import StandardBtn from '../components/Button/StandardBtn';
|
||||
import TitleBtn from '../components/Button/TitleBtn';
|
||||
import Header from '../components/Header/Header';
|
||||
import './css/LandingPage.css'
|
||||
import { Link } from 'react-router-dom';
|
||||
|
||||
function LandingPage() {
|
||||
|
||||
@@ -21,7 +22,10 @@ function LandingPage() {
|
||||
<h2 id='besplatno'> BESPLATNO </h2>
|
||||
|
||||
</div>
|
||||
<StandardBtn title={naziv}/>
|
||||
<Link to='/category'>
|
||||
<TitleBtn title={naziv}/>
|
||||
</Link>
|
||||
|
||||
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user