Skip to content

Commit

Permalink
Merge pull request #70 from supertokens/feature/static-logo-with-build
Browse files Browse the repository at this point in the history
feat: Added build files for static logo
  • Loading branch information
rishabhpoddar authored Feb 7, 2023
2 parents c057790 + c357c87 commit c33bdd2
Show file tree
Hide file tree
Showing 12 changed files with 109 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.3.3] - 2023-02-07

- Added build files to ensure the previous version becomes effective.

## [0.3.2] - 2023-02-05

- Imported the static logo from the folders instead of fetching it from githubusercontent (which is unaccessible for some Indian ISP's, resulting in broken images).
Expand Down
8 changes: 6 additions & 2 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@
"static/media/auth-background.png": "/static/media/auth-background.png",
"static/media/auth-background-portrait.png": "/static/media/auth-background-portrait.png",
"static/media/favicon.ico": "/static/media/favicon.ico",
"static/media/ST_icon_light_theme.svg": "/static/media/ST_icon_light_theme.svg",
"static/media/ST_full_logo_dark_theme.svg": "/static/media/ST_full_logo_dark_theme.svg",
"static/media/ST_full_logo_light_theme.svg": "/static/media/ST_full_logo_light_theme.svg",
"static/media/ST_icon_dark_theme.svg": "/static/media/ST_icon_dark_theme.svg",
"static/media/logo.svg": "/static/media/logo.svg",
"static/media/lock.svg": "/static/media/lock.svg",
"static/media/provider-apple.svg": "/static/media/provider-apple.svg",
"static/media/checkmark-green.svg": "/static/media/checkmark-green.svg",
"static/media/provider-apple.svg": "/static/media/provider-apple.svg",
"static/media/provider-google.svg": "/static/media/provider-google.svg",
"static/media/no-users-graphic.svg": "/static/media/no-users-graphic.svg",
"static/media/eye-stroke.svg": "/static/media/eye-stroke.svg",
"static/media/mail-opened.svg": "/static/media/mail-opened.svg",
"static/media/people-restricted.svg": "/static/media/people-restricted.svg",
"static/media/mail-opened.svg": "/static/media/mail-opened.svg",
"static/media/form-field-error-icon.svg": "/static/media/form-field-error-icon.svg",
"static/media/provider-github.svg": "/static/media/provider-github.svg",
"static/media/mail.svg": "/static/media/mail.svg",
Expand Down
2 changes: 1 addition & 1 deletion build/static/css/main.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/static/js/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/static/js/bundle.js.map

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions build/static/media/ST_full_logo_dark_theme.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions build/static/media/ST_full_logo_light_theme.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions build/static/media/ST_icon_dark_theme.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c33bdd2

Please sign in to comment.