Added LXC resource page
This commit is contained in:
@@ -9,7 +9,7 @@ interface CardProps {
|
||||
export default function Card({ label, children }: CardProps) {
|
||||
return (
|
||||
<>
|
||||
{label && <Text style={tw.style("ml-6 mt-4")}>{label}</Text>}
|
||||
{label && <Text style={tw.style("ml-6 mt-2")}>{label}</Text>}
|
||||
<View
|
||||
style={tw.style("bg-white m-2 p-1 rounded-lg border border-slate-200")}
|
||||
>
|
||||
|
Reference in New Issue
Block a user