Skip to content

Commit

Permalink
fix for web
Browse files Browse the repository at this point in the history
  • Loading branch information
waozixyz committed Jan 25, 2025
1 parent a8e8693 commit 896e630
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 155 deletions.
26 changes: 0 additions & 26 deletions include/avatar_renderer.h

This file was deleted.

127 changes: 0 additions & 127 deletions src/avatar_renderer.c

This file was deleted.

2 changes: 0 additions & 2 deletions src/pages/home.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ void RenderCard(const char* title, int card_id, bool* is_minimized, void (*rende
static const Clay_String MINIMIZE_PLUS = { .length = 1, .chars = "+" };
static const Clay_String MINIMIZE_MINUS = { .length = 1, .chars = "-" };

float screen_width = (float)windowWidth;

CLAY(CLAY_IDI("Card", card_id),
CLAY_LAYOUT({
.sizing = {
Expand Down

0 comments on commit 896e630

Please sign in to comment.