Conversation
|
pinging @hamholla |
|
Hi @cowlesrk I just realized that this PR is handling two issues. Do you mind breaking them out to have a separate PR for each issue? That is usually better practice anyway so things are focused. See #51 (comment) for instructions on how to do that. |
|
@cowlesrk Looks good! But, instead of using a form, lets just take the "link to" tag and apply the "btn btn-primary" classes to it. |
|
@binarymason I read through the link and Tammy's FAQ, but I'm still confused at how to select and remove my commits. When I do the rebase none of my commits show up - it's a bunch of other people's: `Rachels-MacBook-Air:client rachelcowles$ git rebase -i origin/development pick 197ea0d updates title to CLTJRDEVS (#45) |
|
@cowlesrk You may benefit from pairing with someone for a little bit. Why don't you make a request in the #questions channel in slack or even in #general to pair with you. |
|
@cowlesrk you mind making a shout out in #questions so we can get this merged? |
Fixed Issue #29 Not all of Sign In button is a Link
I surrounded the sign in button with its own form tag. This solution should also work even when JavaScript is disabled.
Not sure I did this correctly for the pull request, but fixed Issue #21 Add favicon to site
Although I originally wanted to use the svg favicon Ham created, I ran into a lot of trouble. Apparently svg files require extra code to work in React (https://css-tricks.com/creating-svg-icon-system-react/). The extra amount of code required seemed like a lot for just a favicon, so I decided to convert the svg back into an ico file. I'm not sure if this is the right thing to do in this situation or not?(http://www.creativebloq.com/web-design/icon-fonts-vs-svg-101413211). @hamholla let me know which format you think would be best for this.