mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 22:11:35 +00:00
feat(github-corner): renaming component
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user