@@ -43,7 +44,7 @@
Hence, we had to categorize the custom rules according to each framework, discerning which rules are applicable to Gatsby or NextJS, with the aim of mitigating false positive.
-
+
@@ -70,13 +71,22 @@
/>
Figure: Scan result on SSW Rules without any broken link and code errors/warnings
-
Want to find and fix your website code problems?
-
-
+
+
Want to find and fix your website code problems?
+
+
+
+
-
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/ui/src/global.scss b/ui/src/global.scss
index 7c7a51c0..18700cd7 100644
--- a/ui/src/global.scss
+++ b/ui/src/global.scss
@@ -144,3 +144,9 @@ button:focus {
transition: opacity 0.2s ease;
z-index: 3000;
}
+
+.logo {
+ display: flex;
+ justify-content: space-around;
+ margin: 2rem 0
+}