Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Apr 11, 2024
1 parent 1903283 commit 9e3a5be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"unocss.root": ["web", "apps/trip-tick/web", "apps/gnocchi/web"],
// "unocss.root": ["web", "apps/trip-tick/web", "apps/gnocchi/web"],
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.preferences.autoImportFileExcludePatterns": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function DayForecast({ day }: { day: FragmentOf<typeof forecastDay> }) {
return (
<div className="flex flex-col items-center gap-1 border border-1 border-solid border-black bg-white rounded-md text-xs py-1 px-4 relative">
<div className="font-bold text-sm">{new Date(date).getDate()}</div>
{willRain && <Raindrop className="absolute top-1 right-1" />}
{!!willRain && <Raindrop className="absolute top-1 right-1" />}
<div className="flex flex-col items-center">
<div
className="text-attention-dark flex flex-row items-center"
Expand Down

0 comments on commit 9e3a5be

Please sign in to comment.