mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-11 15:50:59 +00:00
feat(github-corner): renaming component
This commit is contained in:
parent
d5e2315b8a
commit
d9a67287b6
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user