[tests][xs]: updated snapshots.

This commit is contained in:
anuveyatsu
2020-06-12 18:55:06 +06:00
parent f16a8339a8
commit 5698f769b9
4 changed files with 110 additions and 525 deletions

View File

@@ -2,11 +2,11 @@ import Link from 'next/link'
export default function Org({ org }) {
return (
<organization>
<>
<img src={org.image_url} className="h-5 w-5 mr-2 inline-block" />
<Link href={`/@${org.name}`}>
<a className="font-semibold text-primary underline">{ org.title || org.name }</a>
</Link>
</organization>
</>
)
}