v3: consistent tabs url across app, maxy small fixes
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 42s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 42s
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
export const FEED_TABS = ["hot", "new", "journal", "followed"] as const;
|
||||
export type FeedTab = (typeof FEED_TABS)[number];
|
||||
export const VALID_TABS = new Set<string>(FEED_TABS);
|
||||
|
||||
Reference in New Issue
Block a user