Skip to content

Commit

Permalink
perf: change href property value to url in types
Browse files Browse the repository at this point in the history
  • Loading branch information
moonbamijam committed Mar 12, 2024
1 parent 80bc361 commit 0307404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared-types/project.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Url } from "next/dist/shared/lib/router/router";

export type ProjectType = {
_id: string;
href: string;
href: Url;
ariaLabel: string;
src: Url;
alt?: string;
Expand Down

0 comments on commit 0307404

Please sign in to comment.