mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
Update default rss feed value with homarr releases
This commit is contained in:
@@ -16,11 +16,7 @@ import {
|
||||
Title,
|
||||
createStyles,
|
||||
} from '@mantine/core';
|
||||
import {
|
||||
IconClock,
|
||||
IconRefresh,
|
||||
IconRss,
|
||||
} from '@tabler/icons';
|
||||
import { IconClock, IconRefresh, IconRss } from '@tabler/icons';
|
||||
import { useQuery } from '@tanstack/react-query';
|
||||
import dayjs from 'dayjs';
|
||||
import { useTranslation } from 'next-i18next';
|
||||
@@ -34,7 +30,7 @@ const definition = defineWidget({
|
||||
options: {
|
||||
rssFeedUrl: {
|
||||
type: 'multiple-text',
|
||||
defaultValue: [],
|
||||
defaultValue: ['https://github.com/ajnart/homarr/tags.atom'],
|
||||
},
|
||||
},
|
||||
gridstack: {
|
||||
|
||||
Reference in New Issue
Block a user