-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing to add the new logo #98
base: main
Are you sure you want to change the base?
Conversation
Changed logo and search bar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I missed this earlier!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remove all these .DS_Store files? They're a mac specific thing that shouldn't be in git!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to confirm, we aren't actually using these svg files anywhere are we? It seems like we're just using the SVGs defined in .erb files.
@@ -2,8 +2,7 @@ | |||
<div class="mx-auto max-w-md px-4 sm:max-w-3xl sm:px-6 lg:px-8 lg:max-w-7xl lg:grid lg:grid-cols-2 lg:gap-24"> | |||
<div> | |||
<div class="flex items-center"> | |||
<%= render "icons/fire", classes: "h-14 w-14" %> | |||
<h1 class="ml-1 text-3xl font-extrabold hidden lg:block">hotseat.io</h1> | |||
<%= render "icons/hotseatlogotext_red", classes: "absolute w-522 h-150 left-101 top-340" %> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we avoid using absolute
positioning here? Happy to pair on this with you if helpful!
Description
Deployment
rake sorbet:update:all
to generate their types.rake sorbet:update:all
to generate their types.env RAILS_ENV=production rails db:migrate
.bundle exec erd
.make deploy
.