rename the project

This commit is contained in:
Gonçalo Valério 2019-09-21 15:02:33 +01:00
parent 2cc3261d6d
commit 91c1eebbf1
5 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# kinspector
# kinspect
Small tool to quickly inspect the details of public PGP keys.

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "kinspector",
"name": "kinspect",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,

View File

@ -1,5 +1,5 @@
{
"name": "kinspector",
"name": "kinspect",
"version": "0.1.0",
"private": true,
"scripts": {

View File

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>kinspector - Check the details of any PGP public key</title>
<title>kinspect - Check the details of any PGP public key</title>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"
@ -17,7 +17,7 @@
<body>
<noscript>
<strong
>We're sorry but kinspector doesn't work properly without JavaScript
>We're sorry but kinspect doesn't work properly without JavaScript
enabled. Please enable it to continue.</strong
>
</noscript>

View File

@ -2,14 +2,14 @@
<v-app>
<v-app-bar app>
<v-toolbar-title class="headline text-uppercase">
<span>kinspector</span> -
<span>kinspect</span> -
<span class="font-weight-light">Check the details of any PGP key</span>
</v-toolbar-title>
<v-spacer></v-spacer>
<v-btn text v-on:click="changeTheme">
<span class="mr-2">Swicth to {{darkTheme ? "light theme" : "dark theme"}}</span>
</v-btn>
<v-btn text href="https://github.com/dethos/kinspector" target="_blank">
<v-btn text href="https://github.com/dethos/kinspect" target="_blank">
<span class="mr-2">Check source code</span>
</v-btn>
</v-app-bar>
@ -23,7 +23,7 @@
<div>
Developed by
<a href="https://ovalerio.net>">Gonçalo Valério</a> | License:
<a href="https://github.com/dethos/kinspector/blob/master/LICENSE">AGPL</a>
<a href="https://github.com/dethos/kinspect/blob/master/LICENSE">AGPL</a>
</div>
</v-footer>
</v-app>