chore: update logo case 36e01ed1
Steve Simkins · 2026-07-07 23:49 2 file(s) · +2 −2
templates/index.html +1 −1
26 26
  </head>
27 27
  <body>
28 28
    <div class="header">
29 -
      <a href="/" class="logo"><h1>FEEDS</h1></a>
29 +
      <a href="/" class="logo"><h1>Feeds</h1></a>
30 30
    </div>
31 31
32 32
    {{if .FeedURLs}}
templates/privacy.html +1 −1
15 15
  </head>
16 16
  <body>
17 17
    <div class="header">
18 -
      <a href="/" class="logo"><h1>FEEDS</h1></a>
18 +
      <a href="/" class="logo"><h1>Feeds</h1></a>
19 19
    </div>
20 20
21 21