This is an automated email from the ASF dual-hosted git repository.

yjc pushed a commit to branch home-screen-mvp
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit 45b17fbd323e5edf7e8ec096fbde632060656d99
Author: Evan Rusackas <[email protected]>
AuthorDate: Fri Oct 9 23:06:12 2020 -0700

    lil' ascii arrows
---
 superset-frontend/src/views/CRUD/welcome/Welcome.tsx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/superset-frontend/src/views/CRUD/welcome/Welcome.tsx 
b/superset-frontend/src/views/CRUD/welcome/Welcome.tsx
index f6015b7..f0934e1 100644
--- a/superset-frontend/src/views/CRUD/welcome/Welcome.tsx
+++ b/superset-frontend/src/views/CRUD/welcome/Welcome.tsx
@@ -140,7 +140,7 @@ export default function Welcome({ user }: WelcomeProps) {
                 },
               },
               {
-                name: 'View All',
+                name: 'View All »',
                 buttonStyle: 'link',
                 onClick: () => {
                   // @ts-ignore
@@ -185,7 +185,7 @@ export default function Welcome({ user }: WelcomeProps) {
                 },
               },
               {
-                name: 'View All',
+                name: 'View All »',
                 buttonStyle: 'link',
                 onClick: () => {
                   // @ts-ignore
@@ -229,7 +229,7 @@ export default function Welcome({ user }: WelcomeProps) {
                 },
               },
               {
-                name: 'View All',
+                name: 'View All »',
                 buttonStyle: 'link',
                 onClick: () => {
                   // @ts-ignore

Reply via email to