Skip to content

Commit 2e8541c

Browse files
committed
fix header
1 parent bc8e1c6 commit 2e8541c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/Resources/views/investorbase.html.twig

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<meta charset="UTF-8">
55
<title></title>
66
<link rel="stylesheet" href="https://bootswatch.com/4/yeti/bootstrap.min.css" crossorigin="anonymous">
7-
<link rel="stylesheet" href="../css/style.css">
7+
<link rel="stylesheet" href="{{ asset('assets/css/style.css') }}">
88
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
99
</head>
1010
<body class="greybg">
1111
<!-- NAVBAR -->
1212
<nav class="navbar navbar-expand-lg navbar-light fixed-top">
13-
<a class="navbar-brand" href="index.html">
14-
<img src="../img/QSP.png" alt="">
13+
<a class="navbar-brand" href="{{ path('front_homepage') }}">
14+
<img src="{{ asset('assets/images/QSP.png') }}" alt="">
1515
</a>
1616
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor03" aria-controls="navbarColor03" aria-expanded="false" aria-label="Toggle navigation">
1717
<span class="navbar-toggler-icon"></span>

0 commit comments

Comments
 (0)