Skip to content
Snippets Groups Projects
Commit d2014530 authored by Henrik's avatar Henrik
Browse files

fix: Capitalize name

parent 8b00a510
No related branches found
No related tags found
1 merge request!73feat: update navbar style
Pipeline #282685 passed with warnings
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="icon" href="/src/assets/Sparesti-logo.png"> <link rel="icon" href="/src/assets/Sparesti-logo.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sparesti</title> <title>SpareSti</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
......
{ {
"openapi": "3.0.1", "openapi": "3.0.1",
"info": { "info": {
"title": "Sparesti API", "title": "SpareSti API",
"description": "The Sparesti API", "description": "The SpareSti API",
"version": "3.0" "version": "3.0"
}, },
"servers": [ "servers": [
......
...@@ -4,7 +4,7 @@ import LoginForm from '@/components/Login/LoginForm.vue' ...@@ -4,7 +4,7 @@ import LoginForm from '@/components/Login/LoginForm.vue'
<template> <template>
<div class="containers"> <div class="containers">
<h1 class="title">Sparesti</h1> <h1 class="title">SpareSti</h1>
<div class="box"> <div class="box">
<LoginForm/> <LoginForm/>
</div> </div>
......
...@@ -4,7 +4,7 @@ import SignUpForm from '@/components/SignUp/SignUpForm.vue' ...@@ -4,7 +4,7 @@ import SignUpForm from '@/components/SignUp/SignUpForm.vue'
<template> <template>
<div class="containers"> <div class="containers">
<h1 class="title">Sparesti</h1> <h1 class="title">SpareSti</h1>
<div class="box"> <div class="box">
<SignUpForm /> <SignUpForm />
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment