chore: aligh button in error placeholder
This commit is contained in:
@@ -21,28 +21,24 @@
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col space-y-2 py-4">
|
<div class="flex flex-col space-y-2 py-4">
|
||||||
<span>
|
<HoppSmartItem
|
||||||
<HoppSmartItem
|
to="https://chrome.google.com/webstore/detail/hoppscotch-browser-extens/amknoiejhlmhancpahfcfcfhllgkpbld"
|
||||||
to="https://chrome.google.com/webstore/detail/hoppscotch-browser-extens/amknoiejhlmhancpahfcfcfhllgkpbld"
|
blank
|
||||||
blank
|
:icon="IconChrome"
|
||||||
:icon="IconChrome"
|
label="Chrome"
|
||||||
label="Chrome"
|
:info-icon="hasChromeExtInstalled ? IconCheckCircle : null"
|
||||||
:info-icon="hasChromeExtInstalled ? IconCheckCircle : null"
|
:active-info-icon="hasChromeExtInstalled"
|
||||||
:active-info-icon="hasChromeExtInstalled"
|
outline
|
||||||
outline
|
/>
|
||||||
/>
|
<HoppSmartItem
|
||||||
</span>
|
to="https://addons.mozilla.org/en-US/firefox/addon/hoppscotch"
|
||||||
<span>
|
blank
|
||||||
<HoppSmartItem
|
:icon="IconFirefox"
|
||||||
to="https://addons.mozilla.org/en-US/firefox/addon/hoppscotch"
|
label="Firefox"
|
||||||
blank
|
:info-icon="hasFirefoxExtInstalled ? IconCheckCircle : null"
|
||||||
:icon="IconFirefox"
|
:active-info-icon="hasFirefoxExtInstalled"
|
||||||
label="Firefox"
|
outline
|
||||||
:info-icon="hasFirefoxExtInstalled ? IconCheckCircle : null"
|
/>
|
||||||
:active-info-icon="hasFirefoxExtInstalled"
|
|
||||||
outline
|
|
||||||
/>
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="space-y-4 py-4">
|
<div class="space-y-4 py-4">
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
|
|||||||
Reference in New Issue
Block a user