1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-09-22 10:09:03 +00:00

feat(github-corner): renaming component

This commit is contained in:
Julien 2018-09-10 09:16:32 +02:00
parent d5e2315b8a
commit d9a67287b6
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
<template lang="pug"> <template lang="pug">
.l-default .l-default
.l-default__inner .l-default__inner
the-github( the-github-corner(
class="l-default__github" class="l-default__github-corner"
) )
nuxt nuxt
@ -21,7 +21,7 @@
<script> <script>
// PROJECT // PROJECT
import TheGithub from "@/components/TheGithub"; import TheGithubCorner from "@/components/TheGithubCorner";
import TheCopyright from "@/components/TheCopyright"; import TheCopyright from "@/components/TheCopyright";
export default { export default {