Skip to content

Commit

Permalink
Minor cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mpw5 committed Mar 1, 2025
1 parent 103f93c commit 0e49df5
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/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
*= require_self
*/
html * {
background-color: WhiteSmoke;
font-family: Nunito, sans-serif;
}

Expand Down
2 changes: 1 addition & 1 deletion app/views/teams/_search.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class='search'>
<h1>Where's my <a href="https://www.reddit.com/r/PodiumCafe2/">Podium Cafe v2</a> <a href="https://pdcvds.com">VDS</a> team?</h1>
<h1>Where's my <a href="https://www.reddit.com/r/PodiumCafe2/">Podium Cafe v2</a> VDS team?</h1>
<%= form_with method: :get do |form| %>
<%= form.label :team_ds, 'DS name or team name:' %>
<%= form.text_field :team_ds, value: params[:team_ds] %>
Expand Down

0 comments on commit 0e49df5

Please sign in to comment.