design: remove titles and unused about link

This commit is contained in:
Julien Calixte
2024-12-07 13:08:44 +01:00
parent 1b35a0edbc
commit 5f9a154f8c
2 changed files with 7 additions and 16 deletions

View File

@@ -3,7 +3,6 @@
<h1 class="title is-1">Lite Note</h1>
<section v-if="savedFavoriteRepos.length">
<h2 class="subtitle is-2">Favorite repos</h2>
<router-link
v-for="favoriteRepo in savedFavoriteRepos"
:key="favoriteRepo._id"
@@ -78,7 +77,6 @@
</form>
<footer>
<p>
Made with <img src="/assets/love.svg" alt="love" /> by
<a
href="http://github.com/jcalixte"
@@ -86,8 +84,6 @@
rel="noopener noreferrer"
>Julien</a
>
</p>
<router-link class="button" :to="{ name: 'About' }">about</router-link>
</footer>
</div>
</template>
@@ -133,10 +129,6 @@ export default defineComponent({
}
footer {
display: flex;
align-items: center;
gap: 1rem;
img {
vertical-align: middle;
}

View File

@@ -16,7 +16,6 @@
<li>font families </li>
</ul>
</li>
<li>Share PDF section of a note (and its subnotes) </li>
</ol>
</main>
</div>