feat: make author clickable
This commit is contained in:
@@ -37,6 +37,7 @@ export type Recipe = {
|
||||
rating?: number;
|
||||
portion?: number;
|
||||
author?: string;
|
||||
average?: string;
|
||||
thumbnail?: string;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user