Skip to content

Commit

Permalink
Remove menções a Visão Holandesa
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira committed Oct 26, 2023
1 parent 44958d4 commit a7c20e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ out/
*.iws
.settings
.factorypath

jte-classes
4 changes: 2 additions & 2 deletions src/main/jte/layout.kte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>${title} - Visão Holandesa</title>
<title>${title} - Project Starter</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">

Expand Down Expand Up @@ -48,7 +48,7 @@
<nav class="navbar navbar-expand-lg bg-body-tertiary fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="/" aria-label="Space">
<button class="btn btn-success btn-lg d-inline-block align-text-top">VH</button>
<button class="btn btn-success btn-lg d-inline-block align-text-top">Project Starter</button>
</a>

<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
Expand Down

0 comments on commit a7c20e0

Please sign in to comment.