Skip to content

Commit

Permalink
applying updated tailwind prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kapil1garg committed Jun 4, 2024
1 parent 582492f commit 4e7fed9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/CurrWeekIssueCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export default function CurrWeekIssueCard({
(agent) => currPlan.value.trim().includes(agent)
);
}) && (
<div className="flex flex-row items-center ">
<div className="flex flex-row items-center">
<CheckBadgeIcon className="mr-1 h-4 text-green-600" />
<div className="text-2xs font-medium text-green-600">
Tracking follow-up plans
Expand Down
2 changes: 1 addition & 1 deletion components/LastWeekIssuePane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ export default function LastWeekIssuePane({
key={practice.practice}
className="w-full border p-2 shadow"
>
<h2 className="border-b border-black text-xs ">
<h2 className="border-b border-black text-xs">
<span className="font-semibold">
{practice.type}:
</span>{' '}
Expand Down
2 changes: 1 addition & 1 deletion pages/api/issues/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export default async function handler(
practiceAgents,
orgObjs
);
// console.log('postSigScript:', postSigScript);
// console.log('postSigScript:', JSON.stringify(postSigScript));
// console.log(
// 'strat function',
// postSigScript.strategyToEnact.strategy_function
Expand Down

0 comments on commit 4e7fed9

Please sign in to comment.