From fd395a23cefa6fecf9da043609ce4f8ec721f2e1 Mon Sep 17 00:00:00 2001 From: Dante Lex Date: Tue, 15 Oct 2024 12:59:46 -0400 Subject: [PATCH 1/3] added icon --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 26f8296..d51a5db 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -63,7 +63,7 @@ export const HomeComponent = (props: any) => { secret value.
  • This test app sends any secret found to an API that sends the - secret to our public slack securelog-rsc-notifications channel. This is just an example of a good + secret to our public slack securelog-rsc-notifications channel. This is just an example of a good usecase for this component message.
  • Join us on slack.
  • @@ -74,7 +74,7 @@ export const HomeComponent = (props: any) => { const App = () => (
    -

    Securelog RSC Test

    +

    ✨ Securelog RSC Test

    Date: Tue, 15 Oct 2024 13:05:26 -0400 Subject: [PATCH 2/3] added github --- src/App.tsx | 22 +++++++++++++++++++++- src/output.css | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index d51a5db..5732969 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -76,7 +76,7 @@ const App = () => (

    ✨ Securelog RSC Test

    -
    ); diff --git a/src/output.css b/src/output.css index d2d9e4d..6a3aa68 100644 --- a/src/output.css +++ b/src/output.css @@ -789,6 +789,34 @@ select { height: 1rem; } +.h-6 { + height: 1.5rem; +} + +.h-5 { + height: 1.25rem; +} + +.h-4 { + height: 1rem; +} + +.w-full { + width: 100%; +} + +.w-6 { + width: 1.5rem; +} + +.w-5 { + width: 1.25rem; +} + +.w-4 { + width: 1rem; +} + .max-w-xl { max-width: 36rem; } @@ -809,6 +837,10 @@ select { align-items: center; } +.justify-between { + justify-content: space-between; +} + .gap-2 { gap: 0.5rem; } @@ -897,4 +929,10 @@ select { .sm\:p-20 { padding: 5rem; } +} + +@media (min-width: 768px) { + .md\:flex { + display: flex; + } } \ No newline at end of file From 0e98f1fc2a0267e139a83f25ba97b29601adc3b4 Mon Sep 17 00:00:00 2001 From: Dante Lex Date: Tue, 15 Oct 2024 13:09:28 -0400 Subject: [PATCH 3/3] added slack --- src/App.tsx | 26 +++++++++++++++++++++----- src/output.css | 8 ++++++++ 2 files changed, 29 insertions(+), 5 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 5732969..fdc9a24 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -62,11 +62,11 @@ export const HomeComponent = (props: any) => {
  • Secret masking is enabled for this secret hence why you can't see the secret value.
  • - This test app sends any secret found to an API that sends the - secret to our public slack securelog-rsc-notifications channel. This is just an example of a good - usecase for this component message. + This test app sends any secret found to an API that sends the + secret to our public slack securelog-rsc-notifications channel. This is just an example of a good + usecase for this component message.
  • -
  • Join us on slack.
  • + {/*
  • Join us on slack.
  • */} ); @@ -104,7 +104,7 @@ const App = () => ( ( View on github → + + + + + + + + + + Join us on slack → +
    ); diff --git a/src/output.css b/src/output.css index 6a3aa68..64f8dd2 100644 --- a/src/output.css +++ b/src/output.css @@ -801,6 +801,10 @@ select { height: 1rem; } +.h-3\.5 { + height: 0.875rem; +} + .w-full { width: 100%; } @@ -817,6 +821,10 @@ select { width: 1rem; } +.w-3\.5 { + width: 0.875rem; +} + .max-w-xl { max-width: 36rem; }