Authentication #170
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ h3 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.h3--secondary {
|
.h3--secondary {
|
||||||
color: #999999;
|
color: lightgray;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
{{> topBar}}
|
{{> topBar}}
|
||||||
<div>
|
<div>
|
||||||
<h3>{{this.channelName}}<span class="h3--secondary">:{{this.shortChannelId}}</span></h3>
|
<h3>{{this.channelName}}<span class="h3--secondary">:{{this.longChannelId}}</span></h3>
|
||||||
<p>Below is all the free content in this channel.</p>
|
<p>Below is all the free content in this channel.</p>
|
||||||
{{#each this.claims}}
|
{{#each this.claims}}
|
||||||
{{> contentListItem}}
|
{{> contentListItem}}
|
||||||
|
|
Loading…
Reference in a new issue