Skip to content

Commit

Permalink
Announce writing contest result
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDaub committed Nov 7, 2024
1 parent 502f180 commit 300a356
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions src/views/feed.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -386,10 +386,10 @@ export async function index(trie, page, domain) {
.catch((err) => log(`Err in getAd: ${err.stack}`));
}

const contestStories = await getContestStories();
const resolvedContestStories = await resolveIds(contestStories);
//const contestStories = await getContestStories();
//const resolvedContestStories = await resolveIds(contestStories);
return {
contestStories: resolvedContestStories,
//contestStories: resolvedContestStories,
ad,
stories,
originals,
Expand Down Expand Up @@ -804,9 +804,13 @@ export default async function (trie, theme, page, domain) {
style="text-decoration: underline; display:flex;justify-content: center; align-items: center; gap:1rem;"
></span>
</span>
<span
style="display:flex;justify-content: center; align-items: center; gap:1rem;"
>Show/Hide submissions ${expandSVG}</span
<a
class="story-link"
style="color:white;"
href="https://paragraph.xyz/@kiwi-updates/preview/NlleF0zcWF3bzDTreedP"
target="_blank"
>
Results of the writing contest</a
>
</div>
</td>
Expand Down

0 comments on commit 300a356

Please sign in to comment.