Skip to content

Commit

Permalink
feat: added buttons for changing the font size in the white board
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsanfarooq210 authored and Strehk committed Sep 12, 2024
1 parent 42f9044 commit a92d0e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chase/frontend/components/dashboard/whiteboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default function WhiteboardWidget() {
cardTitle={LL.participants.dashboard.widgetHeadlines.WHITEBOARD()}
titleAdditionalContent={() => (
<div className="flex items-center space-x-2">
<span className="text-sm mr-2">Font size:</span>
{/* biome-ignore lint/a11y/useButtonType: <explanation> */}
<button
onClick={decreaseFontSize}
Expand Down

0 comments on commit a92d0e5

Please sign in to comment.