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">
.l-default
.l-default__inner
the-github(
class="l-default__github"
the-github-corner(
class="l-default__github-corner"
)
nuxt
@ -21,7 +21,7 @@
<script>
// PROJECT
import TheGithub from "@/components/TheGithub";
import TheGithubCorner from "@/components/TheGithubCorner";
import TheCopyright from "@/components/TheCopyright";
export default {