Added versions and minor cleanup

This commit is contained in:
Leon Etienne (ubuntu wsl)
2021-01-24 16:44:56 +01:00
parent 1dc32e3483
commit 080ff2ceb1
32 changed files with 127 additions and 39 deletions

View File

@@ -0,0 +1,12 @@
<template>
<div class="github-logo">
</div>
</template>
<style lang="scss" scoped>
.github-logo {
background-image: url("/assets/brand/github/github-mark-light-120px.png");
background-size: contain;
}
</style>