Skip to content

Commit

Permalink
Change favicon (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherSpelt authored Oct 30, 2024
2 parents bee213b + d86ed37 commit 1c54a1c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 20 deletions.
32 changes: 13 additions & 19 deletions frontend/index.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="node_modules/@nl-rvo/assets/images/favicon/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Beslisboom</title>
</head>

<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Beslisboom</title>
</head>

<body>
<div class="rvo-header__logo-wrapper">
<body>
<div class="rvo-header__logo-wrapper">
<a href="#" class="rvo-header__logo-link rvo-link rvo-link--no-underline">
<div class="rvo-logo rvo-header__logo-img">
<div class="rvo-logo__emblem">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 -12 44 88"
role="img"
>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -12 44 88" role="img">
<title>Logo Rijksoverheid</title>
<rect
x="0"
Expand All @@ -35,8 +30,7 @@
</div>
</a>
</div>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>

<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
Binary file removed frontend/public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ import '@nl-rvo/design-tokens/dist/index.css'
</script>

<template>
<BeslisboomForm class="rvo-theme"/>
<BeslisboomForm class="rvo-theme" />
</template>

0 comments on commit 1c54a1c

Please sign in to comment.