Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/about-menu/about-menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<span class="separator">&middot;</span>
<a id="share-feedback" href="https://github.com/Automattic/studio/issues/new/choose" target="_blank">Share Feedback</a>
<span class="separator">&middot;</span>
<a id="releases" href="https://github.com/Automattic/studio/releases" target="_blank">Release Notes</a>
<a id="release-notes" href="https://github.com/Automattic/studio/releases" target="_blank">Release Notes</a>
</p>
</div>
<div class="info">
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const SYNC_PUSH_SIZE_LIMIT_GB = 2;
export const SYNC_PUSH_SIZE_LIMIT_BYTES = SYNC_PUSH_SIZE_LIMIT_GB * 1024 * 1024 * 1024; // 2GB
export const AUTO_UPDATE_INTERVAL_MS = 60 * 60 * 1000;
export const WINDOWS_TITLEBAR_HEIGHT = 32;
export const ABOUT_WINDOW_WIDTH = 284;
export const ABOUT_WINDOW_WIDTH = 300;
export const ABOUT_WINDOW_HEIGHT = 350;
export const AI_GUIDELINES_URL = 'https://automattic.com/ai-guidelines/';
export const BUG_REPORT_URL =
Expand Down