fixing bugs with the links and such
This commit is contained in:
@@ -179,6 +179,7 @@ export default function DashboardRoom() {
|
|||||||
<span className="text-white ">
|
<span className="text-white ">
|
||||||
ROOMS
|
ROOMS
|
||||||
<button
|
<button
|
||||||
|
onClick={() => window.open("https://meet.google.com", "_blank")}
|
||||||
className="right-1 rounded-lg py-1 px-2 ml-1
|
className="right-1 rounded-lg py-1 px-2 ml-1
|
||||||
shadow-md text-center text-white text-sm font-bold"
|
shadow-md text-center text-white text-sm font-bold"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -144,10 +144,7 @@ export default function LinkCard(props: ILinkCardProps) {
|
|||||||
</span>
|
</span>
|
||||||
|
|
||||||
{/* attachment actions */}
|
{/* attachment actions */}
|
||||||
<button
|
<button className="bg-gray-300 bg-opacity-25 p-2 ml-auto rounded hover:bg-opacity-40">
|
||||||
onClick={() => window.open(props.link.link, "_blank")}
|
|
||||||
className="bg-gray-300 bg-opacity-25 p-2 ml-auto rounded hover:bg-opacity-40"
|
|
||||||
>
|
|
||||||
<FaExternalLinkAlt className="text-sm text-white" />
|
<FaExternalLinkAlt className="text-sm text-white" />
|
||||||
</button>
|
</button>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user