Skip to content

Commit

Permalink
testing deployment with github ui commit
Browse files Browse the repository at this point in the history
  • Loading branch information
snario authored Oct 3, 2024
1 parent 81fe1b5 commit 930b59d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Used when inserting text into a slide that cannot be empty
// (sometimes Google Apps Script will complain if a box is empty
export const EMPTY_STRING = "‎";
export const EXAMPLE_DEPLOYMENT = "1";
export const TEXT_COLOR_PRIMARY = "#595959";
export const TEXT_COLOR_SECONDARY = "#999999";
export const DEFAULT_AVATAR_URL =
Expand Down

1 comment on commit 930b59d

@snario
Copy link
Member Author

@snario snario commented on 930b59d Oct 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worked! Image

Please sign in to comment.