Browse Source

add fly logo and update enum (#52580)

Adds fly logo and updates channel enum
Nathan Hsieh 1 year ago
parent
commit
9517c51704

+ 1 - 1
src/sentry/auth/partnership_config.py

@@ -2,7 +2,7 @@ from enum import Enum
 
 
 class ChannelName(Enum):
-    FLY_IO = "fly.io"
+    FLY_IO = "fly"
 
 
 SPONSOR_OAUTH_NAME = {ChannelName.FLY_IO: "Fly.io"}

File diff suppressed because it is too large
+ 0 - 0
src/sentry/static/sentry/images/logos/logo-fly.svg


+ 4 - 0
static/less/auth.less

@@ -84,6 +84,10 @@ section.org-login {
   &.vsts {
     background-image: url(~sentry-logos/logo-azure.svg);
   }
+
+  &.fly {
+    background-image: url(~sentry-logos/logo-fly.svg);
+  }
 }
 
 .btn-default > .provider-logo {

Some files were not shown because too many files changed in this diff