Skip to content

Commit b1c64ed

Browse files
committed
added wd-tech logo
1 parent e04ee60 commit b1c64ed

File tree

8 files changed

+35759
-8857
lines changed

8 files changed

+35759
-8857
lines changed

components/CodeInspection.vue

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import Vue from 'vue'
1919
import * as bowser from "bowser"
2020
import { getThemeColors } from '@/data/theme-colors'
21-
import {VueInstance} from '~/types'
2221
2322
export default Vue.extend({
2423
methods: {

data/about.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const about: About = {
1414
city: 'Cincinnati',
1515
state: 'Ohio',
1616
almaMaterLogo: `/images/university-of-cincinnati-vector-logo.svg`,
17-
companyLogo: `/images/enodo-logo.svg`,
17+
companyLogo: `/images/wd-logo-white.svg`,
1818
twitterHandle: `@daveberning`,
1919
bio: `<p>Hi, I'm Dave Berning, a web developer and author from Cincinnati. Yeah, <em>the</em> Queen City, where we smother spaghetti with chili and say things like "ope" and "I'm gonna squeeze right by ya." Anyway...</p>
2020

data/theme-colors.ts

-5
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ const bengalsTheme: Theme = {
4343
}
4444

4545
export const listOfThemes: ThemeSwatch[] = [ // Order of swatches
46-
{
47-
name: 'bengals',
48-
color: bengalsTheme.background,
49-
image: 'bengals-logo.svg',
50-
},
5146
{
5247
name: 'default',
5348
color: defaultTheme.background

0 commit comments

Comments
 (0)