Skip to content

Commit

Permalink
Remove rss button for now. See #133
Browse files Browse the repository at this point in the history
  • Loading branch information
breyten committed Apr 15, 2024
1 parent 8780ed1 commit d080ec7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AddColumnBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@
<option value="168h" selected={frequency == '168h'}>Elke week</option>
</select>
</div>
<!--
<div class="cell cell-auto-flex flexy">
<a href="{$searchFeedUrl}" target="_blank" id="rss-button mdc-button" class="subscribe-button mdc-button" style="background: orange;">RSS</a>
</div>
</div> -->
<div class="cell cell-auto-flex flexy">
<Button class="subscribe-button input-full-width" style="width: 100%" on:click={(e) => handleSubscription(e)}>Maak alert aan</Button>
<p class="input-help">Afmelden kan met &eacute;&eacute;n klik.</p>
Expand Down

0 comments on commit d080ec7

Please sign in to comment.