-
Notifications
You must be signed in to change notification settings - Fork 501
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1241 from syntaxfm/issue-1236
disallow viewing of future shows if not an admin
- Loading branch information
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
<script> | ||
import { page } from '$app/stores'; | ||
</script> | ||
|
||
<div class="error"> | ||
<h1>Oopsie-daisy</h1> | ||
<p>Something went wrong. Don't worry, we use Sentry!</p> | ||
{#if $page.error.message} | ||
<p>{$page.error.message}</p> | ||
{:else} | ||
<p>Something went wrong. Don't worry, we use Sentry!</p> | ||
{/if} | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
484686f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
syntax-website – ./
syntax-website-git-main-syntax.vercel.app
www.syntax.fm
syntax-website-syntax.vercel.app
syntax.fm
beta.syntax.fm