Skip to content

Commit

Permalink
Remove deleted feeds alert
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwaldron committed Jul 19, 2024
1 parent 2bb186a commit 6f59365
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions PodcastRewind/Pages/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@
ViewData["Title"] = Constants.Logo;
}

<div class="alert alert-danger d-flex align-items-center" role="alert">
<div>
Unfortunately, Azure Websites silently introduced a change recently that caused all existing
Podcast Rewind feeds to be deleted. Sadly, any feeds you created prior to March 2, 2024 will
need to be recreated from scratch. <em>(Trust me, I'm as angry about this as you are! — Doug)</em>
</div>
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>

<h1>
<span class="pr-logo">@Constants.Logo</span>
</h1>
Expand Down

0 comments on commit 6f59365

Please sign in to comment.