Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: update repo to open-sauced/app (#485)
Browse files Browse the repository at this point in the history
update repo to open-sauced/app
  • Loading branch information
maheshrijal authored Sep 6, 2023
1 parent 1f25685 commit 0fd1f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HotRepositories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import hotIcon from "../assets/hotIcon.png";
import HotRepoCard from "./HotRepoCard";

const HotRepositories = (): JSX.Element => {
const staticHot = ["pocketbase/pocketbase", "ThePrimeagen/undefined", "open-sauced/insights"];
const staticHot = ["pocketbase/pocketbase", "ThePrimeagen/undefined", "open-sauced/app"];

return (
<div className="flex flex-col px-4 max-w-screen-xl mx-auto">
Expand Down

0 comments on commit 0fd1f73

Please sign in to comment.