Skip to content

Commit

Permalink
Update website title and logo hover
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelzhu1 committed Dec 16, 2017
1 parent a760fad commit 3408872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/assets/stylesheets/components/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@

.website-logo:hover {
cursor: pointer;
color: $light-gray;
}

.navbar-right {
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
gtag('config', 'UA-108422662-1');
</script>

<title>Zoomm</title>
<title>Let's Zoomm In</title>
<%= csrf_meta_tags %>
<link href="https://fonts.googleapis.com/css?family=Wendy+One" rel="stylesheet">
<script src="//widget.cloudinary.com/global/all.js" type="text/javascript"></script>
Expand Down

0 comments on commit 3408872

Please sign in to comment.