diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index bdce38641..83c7b6b0f 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -45,8 +45,15 @@

Enterprise Sponsors 🚀

- -
+ +
+ + Square +
+
+ + +
Gemini
diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss index d4fe0d93d..9deeae7f9 100644 --- a/frontend/src/app/components/about/about.component.scss +++ b/frontend/src/app/components/about/about.component.scss @@ -25,6 +25,11 @@ margin: 6px; } +.enterprise_sponsor { + margin-left: 40px; + margin-right: 40px; +} + .text-small { font-size: 12px; } diff --git a/frontend/src/resources/profile/sqcrypto.png b/frontend/src/resources/profile/sqcrypto.png new file mode 100644 index 000000000..26510c9b1 Binary files /dev/null and b/frontend/src/resources/profile/sqcrypto.png differ