Skip to content

Commit

Permalink
[fix] added bun
Browse files Browse the repository at this point in the history
  • Loading branch information
N3koSempai committed Feb 19, 2024
1 parent f9a95ee commit 7a8de67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ setFixedSearch(`${googleQuery}${searchValue}` )
</Menu>
</div>



</div>
<div className="w-full h-full mt-2" style={{ borderRadius: '1.5rem 1.5rem 0 0', borderImage: 'linear-gradient(to right, blue, red) 1', borderWidth: '0.4rem 0 0 0', borderStyle: 'solid' }}>
Expand All @@ -58,5 +58,6 @@ setFixedSearch(`${googleQuery}${searchValue}` )

export default App

// @nekoSempai


0 comments on commit 7a8de67

Please sign in to comment.