Skip to content

Commit

Permalink
rm random script and AI in ASK GPT
Browse files Browse the repository at this point in the history
  • Loading branch information
STetsing committed Apr 3, 2024
1 parent 89745cb commit 0ddccf3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion libs/remix-ui/renderer/src/lib/renderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export const Renderer = ({message, opt = {}, plugin}: RendererProps) => {
className="position-relative text-ai text-sm pl-0 pr-2"
style={{fontSize: "x-small", alignSelf: "end"}}
>
AI
</span>
<span
className="button border text-ai btn-sm"
Expand Down
3 changes: 0 additions & 3 deletions libs/remix-ui/tabs/src/lib/remix-ui-tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,6 @@ export const TabsUI = (props: TabsUIProps) => {
</span>
</CustomTooltip>

<script>
const button = document.querySelector('#button');
</script>
<CustomTooltip placement="bottom" tooltipId="overlay-tooltip-zoom-out" tooltipText={<FormattedMessage id="remixUiTabs.zoomOut" />}>
<span data-id="tabProxyZoomOut" className="btn btn-sm px-2 fas fa-search-minus text-dark" onClick={() => props.onZoomOut()}></span>
</CustomTooltip>
Expand Down

0 comments on commit 0ddccf3

Please sign in to comment.