Skip to content
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.

Commit

Permalink
Merge pull request Team254#8 from morops/199_theming
Browse files Browse the repository at this point in the history
added 199 favicon, changed to "deep blue parts"
  • Loading branch information
morops committed Dec 27, 2017
2 parents b696ca1 + e39c083 commit c11748c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file added public/img/favicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions views/header.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cheesy Parts</title>
<link rel="shortcut icon" href="//media.team254.com/homepage/icons/favicon32.png">
<title>Deep Blue Parts</title>
<link rel="shortcut icon" href="/img/favicon.png">
<% if @user && @user.theme?("slate") %>
<link href="/css/slate/bootstrap.min.css" rel="stylesheet">
<% elsif @user && @user.theme?("cyborg") %>
Expand Down Expand Up @@ -33,7 +33,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="/">Cheesy Parts</a>
<a class="brand" href="/">Deep Blue Parts</a>
<div class="nav-collapse collapse">
<% if @user %>
<ul class="nav">
Expand Down

0 comments on commit c11748c

Please sign in to comment.