mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: add memo relation list
This commit is contained in:
@ -78,7 +78,7 @@ const MemoResourceListView: React.FC<Props> = (props: Props) => {
|
||||
|
||||
<div className={`w-full flex flex-col justify-start items-start ${className || ""}`}>
|
||||
{videoResourceList.length > 0 && (
|
||||
<div className="w-full grid grid-cols-2 sm:grid-cols-3 gap-2 mt-2wrapper">
|
||||
<div className="w-full grid grid-cols-2 sm:grid-cols-3 gap-2 mt-2">
|
||||
{videoResourceList.map((resource) => {
|
||||
const url = getResourceUrl(resource);
|
||||
return (
|
||||
|
Reference in New Issue
Block a user