We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49758b9 commit b6ef210Copy full SHA for b6ef210
resources/js/Pages/Posts.vue
@@ -1,4 +1,8 @@
1
<template>
2
+ <div class="bg-black text-white text-sm p-1 text-center">
3
+ This project has moved! Please use the <code class="font-mono text-pink-400">codeberg.org/danb/rss:latest</code> docker image instead.
4
+ <a href="https://codeberg.org/danb/rss" target="_blank" class="underline">Project on Codeberg</a>
5
+ </div>
6
<div class="md:flex h-full min-h-0">
7
<div class="md:w-1/3 xl:w-1/4 md:flex md:justify-end md:border-r dark:border-black px-6 bg-gray-50 dark:bg-gray-800 md:px-12 md:overflow-auto py-3">
8
<div class="md:hidden mb-2">
0 commit comments