Skip to content

Commit

Permalink
change swap footer text
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharqiewicz committed Sep 25, 2024
1 parent fe379f0 commit 293f97b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Layout/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const CollapseMenu = ({
const inputRef = useRef<HTMLInputElement>(null);

return (
<section className={`collapse ${disabled ? 'disabled' : 'collapse-arrow'} `}>
<section className={`collapse ${disabled ? 'disabled' : 'collapse-arrow'}`}>
<input type="checkbox" checked={isActive} ref={inputRef} />
<button
type="button"
Expand Down
4 changes: 2 additions & 2 deletions src/components/nabla/common/NablaFootnote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ const nablaHomepageUrl = 'https://nabla.fi';

export function NablaFootnote() {
return (
<div className="text-center mt-3 font-bold text-sm">
<div className="mt-3 text-center text-sm font-bold">
Powered by{' '}
<a href={nablaHomepageUrl} target="_blank" rel="noreferrer">
Nabla technology
Vortex Finance
</a>
</div>
);
Expand Down

0 comments on commit 293f97b

Please sign in to comment.