File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ new Vue({
29
29
<stack-layout>
30
30
31
31
<gradient direction="to right" colors="#FF0077, red, #FF00FF" class="p-15">
32
- <label class="p-5 c-white" horizontalAlignment="center" text="My gradients are the best. " textWrap="true"></label>
33
- <Label class="p-5 c-white" horizontalAlignment="center" text="It's true. " textWrap="true"></Label>
32
+ <label class="p-5 c-white" horizontalAlignment="center" text="You are browsing " textWrap="true"></label>
33
+ <Label class="p-5 c-white" horizontalAlignment="center" : text="subreddit " textWrap="true"></Label>
34
34
</gradient>
35
35
36
36
<list-view :items="items" class="list-group" :templateSelector="templateSelector" separatorColor="red" @itemTap="onItemTap" @loaded="onLoaded" @loadMoreItems="onLoadMoreItems">
You can’t perform that action at this time.
0 commit comments