Skip to content

Commit c4a53a8

Browse files
committed
style: prettier tsx
1 parent c6eee33 commit c4a53a8

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

frontend/src/components/AppPanels.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -282,12 +282,7 @@ export function UtilityStrip({
282282
</button>
283283
{isOpen && (
284284
<div class="utility-strip__items">
285-
<a
286-
href={includedFeedsHref}
287-
target="_blank"
288-
rel="noopener noreferrer"
289-
class="utility-link"
290-
>
285+
<a href={includedFeedsHref} target="_blank" rel="noopener noreferrer" class="utility-link">
291286
Try included feeds
292287
</a>
293288
<Bookmarklet />

0 commit comments

Comments
 (0)