Added versions and minor cleanup
This commit is contained in:
12
tubio-frontend-nuxt-app/components/Icons/github.vue
Normal file
12
tubio-frontend-nuxt-app/components/Icons/github.vue
Normal 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>
|
Reference in New Issue
Block a user