parent
adddcc0367
commit
bbbb8277f8
5 changed files with 3 additions and 4 deletions
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
@ -1,14 +1,11 @@ |
||||
import React from "react"; |
||||
import QRCode from "react-qr-code"; |
||||
|
||||
import qrCode from "./images/qr-code.svg"; |
||||
import flower2 from "./images/flower2.svg"; |
||||
|
||||
const RoomCardInfo = ({ items }) => { |
||||
return ( |
||||
<div className="w-fit p-5 relative flex flex-row items-center justify-between rounded-md border bg-white border-gray-200"> |
||||
<img |
||||
src={flower2} |
||||
src="images/RoomCardInfoflower2.svg" |
||||
alt="flower" |
||||
className="w-1/2 absolute left-1/2 top-1/2 transform -translate-x-1/2 -translate-y-1/2" |
||||
/> |
Loading…
Reference in new issue