Merge pull request #18 from xscottxbrownx/patch-3
Update Panels.svelte - Titles of cards/sections
This commit is contained in:
commit
93bdf97488
@ -28,7 +28,7 @@
|
||||
<div class="col-main">
|
||||
<div class="row">
|
||||
<Card footer="{false}">
|
||||
<span slot="title">Reaction Panels</span>
|
||||
<span slot="title">Your Reaction Panels</span>
|
||||
<div slot="body" class="card-body">
|
||||
<p>Your panel quota: <b>{panels.length} / {isPremium ? '∞' : '3'}</b></p>
|
||||
|
||||
@ -85,7 +85,7 @@
|
||||
<div class="col-small">
|
||||
<div class="row">
|
||||
<Card footer="{false}">
|
||||
<span slot="title">Multi-Panels</span>
|
||||
<span slot="title">Your Multi-Panels</span>
|
||||
<div slot="body" class="card-body">
|
||||
<table style="margin-top: 10px">
|
||||
<thead>
|
||||
@ -118,7 +118,7 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<Card footer={false}>
|
||||
<span slot="title">Create A Multi-Panel</span>
|
||||
<span slot="title">Create Multi-Panel</span>
|
||||
<div slot="body" class="card-body">
|
||||
<p>Note: The panels which you wish to combine into a multi-panel must already exist</p>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user