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">
|
||||
.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 {
|
||||
|
||||
Reference in New Issue
Block a user