depoly
This commit is contained in:
@@ -47,7 +47,7 @@ const Map = ({ settings }: { settings: SettingsProps }) => {
|
||||
<p>
|
||||
{"地址"}
|
||||
</p>
|
||||
<button className='text-gray-700 hover:text-mainColor'
|
||||
<button className='text-gray-700 hover:text-mainColor text-left'
|
||||
onClick={() => { window.open(`https://maps.google.com/?q=${settings.latitude},${settings.longitude}`, '_blank') }}>
|
||||
{settings.address}
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user