Skip to content

Fixing to add the new logo#98

Open
joycelynmng wants to merge 2 commits intomainfrom
logo-css
Open

Fixing to add the new logo#98
joycelynmng wants to merge 2 commits intomainfrom
logo-css

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.

<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.

2 participants