feat: ✨ add ContactEmbedNotice component
parent
72768014f4
commit
23c3fed826
@ -1,6 +1,8 @@
|
||||
import { Text } from "@/components/ui/text";
|
||||
|
||||
export const ContactEmbedNotice = () => (
|
||||
<p>
|
||||
<Text mt={2}>
|
||||
Use a generator like <a href="https://www.maps.ie/create-google-map/">maps.ie</a> to create a
|
||||
Google Maps embed.
|
||||
</p>
|
||||
</Text>
|
||||
);
|
||||
|
Loading…
Reference in New Issue