From 1cef869dfec8e5cede371fbd91dcb2f6aa2a3bf3 Mon Sep 17 00:00:00 2001 From: Scott Brown <71395931+xscottxbrownx@users.noreply.github.com> Date: Fri, 29 Jul 2022 12:04:35 -0700 Subject: [PATCH] Update Panels.svelte - Titles of cards/sections Updated "Reaction Panels" title to "Your Reaction Panels" Updated "Multi-Panels" title to "Your Multi-Panels" Updated "Create A Multi-Panel" title to "Create Multi-Panel" --- frontend/src/views/Panels.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/Panels.svelte b/frontend/src/views/Panels.svelte index e2c406c..73e524e 100644 --- a/frontend/src/views/Panels.svelte +++ b/frontend/src/views/Panels.svelte @@ -28,7 +28,7 @@
- Reaction Panels + Your Reaction Panels

Your panel quota: {panels.length} / {isPremium ? '∞' : '3'}

@@ -85,7 +85,7 @@
- Multi-Panels + Your Multi-Panels
@@ -118,7 +118,7 @@
- Create A Multi-Panel + Create Multi-Panel

Note: The panels which you wish to combine into a multi-panel must already exist

@@ -474,4 +474,4 @@ td { padding: 10px 0 10px 10px; } - \ No newline at end of file +