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 c6eee33 commit c4a53a8Copy full SHA for c4a53a8
1 file changed
frontend/src/components/AppPanels.tsx
@@ -282,12 +282,7 @@ export function UtilityStrip({
282
</button>
283
{isOpen && (
284
<div class="utility-strip__items">
285
- <a
286
- href={includedFeedsHref}
287
- target="_blank"
288
- rel="noopener noreferrer"
289
- class="utility-link"
290
- >
+ <a href={includedFeedsHref} target="_blank" rel="noopener noreferrer" class="utility-link">
291
Try included feeds
292
</a>
293
<Bookmarklet />
0 commit comments