Skip to content

Commit

Permalink
🐛 Fix error in Svelte syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Feb 18, 2023
1 parent 61a4967 commit 47d2cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/_layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{/if}
{#if (config["status-website"] || {}).themeUrl}
<link rel="stylesheet" href={(config["status-website"] || {}).themeUrl} />
{:else if (config["status-website"] || {}).theme)}
{:else if (config["status-website"] || {}).theme}
<link
rel="stylesheet"
href={`${config.path}/themes/${config["status-website"].theme}.css`}
Expand Down

0 comments on commit 47d2cfa

Please sign in to comment.