2
0

🐛 (js) Make sure lite badge is displayed

This commit is contained in:
Baptiste Arnaud
2023-03-06 08:51:14 +01:00
parent 6375a75065
commit 5bda556200

View File

@ -37,7 +37,7 @@ export const LiteBadge = (props: Props) => {
target="_blank"
rel="noopener noreferrer"
class="absolute py-1 px-2 bg-white z-50 rounded shadow-md lite-badge text-gray-900"
style={{ bottom: '20px' }}
style={{ bottom: '20px', display: 'block' }}
id="lite-badge"
>
Made with <span class="text-blue-500">Typebot</span>.