Skip to content

Commit

Permalink
Updated files
Browse files Browse the repository at this point in the history
  • Loading branch information
TriscuitP committed Nov 6, 2018
1 parent ae14484 commit 4b3de01
Show file tree
Hide file tree
Showing 9 changed files with 1,129 additions and 86 deletions.
309 changes: 307 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"build": "node build/build.js"
},
"dependencies": {
"d3": "^5.7.0",
"firebase": "^5.5.4",
"topojson": "^3.0.2",
"vue": "^2.5.2",
"vue-router": "^3.0.1",
"vuefire": "^2.0.0-alpha.15"
Expand Down
3 changes: 1 addition & 2 deletions src/components/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="header">
<ul>
<!-- Link to go to homepage -->
<li style="float:left"><a href="#" class="homelink">Fanmire</a></li>
<li style="float:left"><a href="#" class="homelink">Fanmire</a></li>
<!-- Dropdown Menu -->
<li style="float:right" class="dropdown">
<a href="javascript:void(0)" class="dropbtn">[User pic + name]</a>
Expand Down Expand Up @@ -122,7 +122,6 @@ export default {
text-decoration: none;
display: block;
text-align: left;

}
.dropdown-content a:hover {background-color: #f1f1f1}

Expand Down
Loading

0 comments on commit 4b3de01

Please sign in to comment.