diff --git a/src/App.tsx b/src/App.tsx
index 26f8296..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. */}
);
@@ -74,9 +74,9 @@ export const HomeComponent = (props: any) => {
const App = () => (
-
Securelog RSC Test
+
✨ Securelog RSC Test
-
);
diff --git a/src/output.css b/src/output.css
index d2d9e4d..64f8dd2 100644
--- a/src/output.css
+++ b/src/output.css
@@ -789,6 +789,42 @@ select {
height: 1rem;
}
+.h-6 {
+ height: 1.5rem;
+}
+
+.h-5 {
+ height: 1.25rem;
+}
+
+.h-4 {
+ height: 1rem;
+}
+
+.h-3\.5 {
+ height: 0.875rem;
+}
+
+.w-full {
+ width: 100%;
+}
+
+.w-6 {
+ width: 1.5rem;
+}
+
+.w-5 {
+ width: 1.25rem;
+}
+
+.w-4 {
+ width: 1rem;
+}
+
+.w-3\.5 {
+ width: 0.875rem;
+}
+
.max-w-xl {
max-width: 36rem;
}
@@ -809,6 +845,10 @@ select {
align-items: center;
}
+.justify-between {
+ justify-content: space-between;
+}
+
.gap-2 {
gap: 0.5rem;
}
@@ -897,4 +937,10 @@ select {
.sm\:p-20 {
padding: 5rem;
}
+}
+
+@media (min-width: 768px) {
+ .md\:flex {
+ display: flex;
+ }
}
\ No newline at end of file