mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
Fix welcome page images (#18180)
This commit is contained in:
@@ -9,6 +9,8 @@ import { localize } from 'vs/nls';
|
||||
|
||||
const previewImgDescription = escape(localize('welcomePage.previewBody', "This feature page is in preview. Preview features introduce new functionalities that are on track to becoming a permanent part the product. They are stable, but need additional accessibility improvements. We welcome your early feedback while they are under development."));
|
||||
|
||||
// Note - this content is passed through an HTML sanitizer defined in src\vs\base\browser\dom.ts (safeInnerHtml). If something
|
||||
// isn't rendering correctly make sure that the tags/attributes and schemas are all listed in the allowed lists.
|
||||
export default () => `
|
||||
<div class="welcomePageContainer">
|
||||
<div class="welcomePage">
|
||||
|
||||
Reference in New Issue
Block a user