Skip to content

Commit

Permalink
Remove Default Logo ✌️
Browse files Browse the repository at this point in the history
  • Loading branch information
baumannzone committed Feb 17, 2020
1 parent 984b642 commit a53ea8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file removed src/assets/img/logo.png
Binary file not shown.
3 changes: 1 addition & 2 deletions src/plugins/fontAwesome.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import Vue from 'vue'

import { library } from '@fortawesome/fontawesome-svg-core'
import { faSearch, faSkull, faCrown, faDungeon, faHatWizard, faHammer, faGem } from '@fortawesome/free-solid-svg-icons'
import { faSkull, faCrown, faDungeon, faHatWizard, faHammer, faGem } from '@fortawesome/free-solid-svg-icons'
import { faVuejs, faBootstrap, faFontAwesome, faGithub, faBattleNet } from '@fortawesome/free-brands-svg-icons'
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'

library.add(
faSearch,
faSkull,
faCrown,
faDungeon,
Expand Down

0 comments on commit a53ea8e

Please sign in to comment.