Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Fixing to add the new logo #98

wants to merge 2 commits into from

Conversation

joycelynmng
Copy link

@joycelynmng joycelynmng commented Jun 21, 2023

Description

Deployment

  • I am making a frontend change, which will be auto-deployed via Heroku.
  • I am making a Ruby change, which will be auto-deployed via Heroku.
    • I have added one or more gems, and run rake sorbet:update:all to generate their types.
    • I have added or changed a model, and run rake sorbet:update:all to generate their types.
  • I am making a database change, which I will manually deploy after my branch is merged.
    • I have migrated the database using env RAILS_ENV=production rails db:migrate.
    • I have updated the entity relationship diagram via bundle exec erd.
    • I have updated the affected Administrate model dashboards to reflect my DB changes.
  • I am making a Go Lambda change, which I will manually deploy after my branch is merged.
    • I have deployed the lambdas using make deploy.
  • There are other deployment steps I must take after merge, which are:

@joycelynmng
Copy link
Author

Changed logo and search bar

Copy link
Member

@nathanmsmith nathanmsmith left a 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!

Copy link
Member

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!

Copy link
Member

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" %>
Copy link
Member

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants