Skip to content

Commit

Permalink
fixing release notes, adding twitter link
Browse files Browse the repository at this point in the history
fixing up release notes and adding link to new twitter account
  • Loading branch information
rwampler committed Jul 22, 2018
1 parent 52463f0 commit abb9135
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

## v0.3 - in progress - updated 2018-07-19
## v0.3 - in progress - updated 2018-07-22
### platform
* [done] improved building rendering around edges [v0.2.1]
* [done] improved z-order rendering across layers [v0.2.2]
* [pending] input interaction support for buildings (selection, rendering)
* [pending] fix broken z-order rendering for buildings, trees, tree concrete, and platforms
* [in progress] fix broken z-order rendering for buildings, trees, tree concrete, and platforms

### assets
* [done] improved gameplay documentation [v0.2.4]
Expand Down
8 changes: 7 additions & 1 deletion components/header-panel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
%a.community{href: 'https://starpeaceproject.com/', target:'_blank'} Community
%a.discord{href: 'https://discord.gg/TF9Bmsj', target:'_blank'}
%font-awesome-icon{':icon':"['fab', 'discord']"}
%a.twitter{href: 'https://twitter.com/starpeace_io', target:'_blank'}
%font-awesome-icon{':icon':"['fab', 'twitter']"}
%a.github{href: 'https://github.com/ronappleton/starpeace-website-client', target:'_blank'}
%font-awesome-icon{':icon':"['fab', 'github']"}
</template>
Expand Down Expand Up @@ -102,9 +104,13 @@ export default
vertical-align: bottom
&.discord,
&.twitter,
&.github
font-size: 1.4rem
&.twitter
line-height: 2.95rem
&.discord
line-height: 2.8rem
line-height: 2.9rem
</style>
4 changes: 2 additions & 2 deletions plugins/font-awesome.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ import {
faUserSecret,
faUserTie
} from '@fortawesome/free-solid-svg-icons'
import { faDiscord, faGithub } from '@fortawesome/free-brands-svg-icons'
import { faDiscord, faGithub, faTwitter } from '@fortawesome/free-brands-svg-icons'

library.add(faAngleUp, faBuilding, faCheck, faCogs, faComments, faEnvelope, faEye,
faGlobe, faMapPin, faMinus, faPlus, faRedoAlt, faTimes, faToggleOff, faToggleOn,
faUndoAlt, faQuestionCircle, faUserSecret, faUserTie, faDiscord, faGithub)
faUndoAlt, faQuestionCircle, faUserSecret, faUserTie, faDiscord, faGithub, faTwitter)


import Vue from 'vue'
Expand Down

0 comments on commit abb9135

Please sign in to comment.