Skip to content

Commit d064e66

Browse files
committed
add assembly flag
1 parent 90b9a4f commit d064e66

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/assets/stylesheets/backgrounds.css.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
.announcement {
4747
.asm-brand {
48-
opacity: 0.3;
48+
background: #d95626;
4949
width: 30px;
5050
height: 26px;
5151
position: absolute;

app/views/shared/_assembly_banner.html.erb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
<div class="row">
44
<div class="announcement col-md-12">
55
<p class="text-center">
6-
<img src="https://treasure.assembly.com/assets/brand/inverse@2x.png" class="asm-brand">
6+
<img href='https://treasure.assembly.com/assets/flag.svg' class="asm-brand" />
7+
<a href='https://assembly.com/coderwall?utm_campaign=assemblage&utm_source=coderwall&utm_medium=flair_widget&utm_content=flag'><img src='https://treasure.assembly.com/assets/flag.svg' class="asm-brand" /></a>
78
Coderwall is an open product on Assembly &mdash; now you can help build it!
8-
<a href="https://assembly.com/coderwall" target="_blank"> Jump in and get started.</a>
9+
<a href="https://assembly.com/coderwall?utm_campaign=coderwall&utm_source=coderwall&utm_medium=text_link" target="_blank"> Jump in and get started.</a>
910
<a class="js-dismiss close" href="#close">x</a>
1011
</p>
1112
</div>

0 commit comments

Comments
 (0)