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

View File

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