design: remove titles and unused about link
This commit is contained in:
@@ -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,7 +77,6 @@
|
|||||||
</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"
|
||||||
@@ -86,8 +84,6 @@
|
|||||||
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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user