Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d6ec9a8

Browse files
authoredDec 4, 2021
Remove Vue School's Black Friday banner (#2917)
1 parent 2ec2ab6 commit d6ec9a8

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed
 

‎themes/vue/layout/layout.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<% var isIndex = page.path === 'index.html' %>
22
<% var isThemes = page.path === 'resources/themes.html' %>
3-
<% var hasVueSchoolBanner = true %>
3+
<% var hasVueSchoolBanner = false %>
44

55
<!DOCTYPE html>
66
<html lang="en" class="with-v3-banner">

‎themes/vue/source/css/index.styl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
@import "_sponsors-index"
55
@import "_modal"
66
@import "_themes"
7-
@import "_vueschool.styl"
87

98
$width = 900px
109
$space = 40px

‎themes/vue/source/css/page.styl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
@import "_scrimba"
1717
@import "_vue-mastery"
1818
@import "_themes"
19-
@import "_vueschool.styl"
2019

2120
#header
2221
box-shadow: 0 0 1px rgba(0,0,0,.25)

‎themes/vue/source/js/common.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
initMobileMenu()
44
initVideoModal()
55
initNewNavLinks()
6-
initVueSchoolBanner()
76
if (PAGE_TYPE) {
87
initVersionSelect()
98
initApiSpecLinks()

0 commit comments

Comments
 (0)
Please sign in to comment.