Skip to content

Commit

Permalink
Merge pull request #169 from appfolio/updateMyCaseTheme
Browse files Browse the repository at this point in the history
UpdateMyCaseTheme
  • Loading branch information
gthomas-appfolio authored Mar 10, 2017
2 parents 13d9966 + ccb5fb4 commit ed1925f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .storybook/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ const ThemeLink = props => {
}

const THEMES = [
{ name: 'APM/Saffron', url: 'https://s3-us-west-2.amazonaws.com/appfolio-frontend-dev/styles/bootstrap-saffron.css' },
{ name: 'MyCase', url: 'https://s3-us-west-2.amazonaws.com/appfolio-frontend-dev/styles/bootstrap.mycase.min.css' },
{ name: 'APM/Saffron', url: 'https://s3-us-west-2.amazonaws.com/appfolio-frontend-dev/styles/bootstrap-saffron.min.css' },
{ name: 'MyCase', url: 'https://s3-us-west-2.amazonaws.com/appfolio-frontend-dev/styles/bootstrap-mycase.min.css' },
{ name: 'Bootstrap default', url: 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css' },
{ name: 'Material', url: 'https://bootswatch.com/4-alpha/materia/bootstrap.min.css' },
{ name: 'Metro', url: 'https://bootswatch.com/4-alpha/cosmo/bootstrap.min.css' },
Expand Down
2 changes: 1 addition & 1 deletion .storybook/head.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<link id="theme" rel="stylesheet" href="https://s3-us-west-2.amazonaws.com/appfolio-frontend-dev/styles/bootstrap-saffron.css">
<link id="theme" rel="stylesheet" href="https://s3-us-west-2.amazonaws.com/appfolio-frontend-dev/styles/bootstrap-saffron.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">

0 comments on commit ed1925f

Please sign in to comment.