Skip to content

Commit

Permalink
Removes public projects section (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Feb 20, 2024
1 parent a9558df commit 91ba458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/projects/Filters.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
const FILTERS = {
user: "Your Projects",
shared: "Shared with you",
public: "Public Projects",
// public: "Public Projects",
};
const filterIcons: Record<FilterKey, typeof SvgComponent> = {
Expand Down

0 comments on commit 91ba458

Please sign in to comment.