Skip to content

Commit

Permalink
fix: link
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Feb 19, 2024
1 parent 786eb0b commit 462e364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/buildbox/widget/page/view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,10 @@ return (
<div className="d-flex flex-column gap-3">
<Label>Links</Label>
<div className="d-flex gap-2">
<Button href={projectLink} target="_blank">
<Button href={projectLink} target="_blank" noLink={true}>
Project GitHub
</Button>
<Button href={demoLink} target="_blank">
<Button href={demoLink} target="_blank" noLink={true}>
Demo
</Button>
</div>
Expand Down

0 comments on commit 462e364

Please sign in to comment.