Login screen update (#5692)

* (refactor): loader glitch

* (refactor): Code improvement

* (refactor): login screenshots updated
This commit is contained in:
Harsh Vador 2022-06-28 13:39:18 +05:30 committed by GitHub
parent bf325d6885
commit f704114b91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB

View File

@ -11,10 +11,11 @@
* limitations under the License.
*/
import screenShot2 from '../assets/img/ss-explore.png';
import screenShot1 from '../assets/img/ss-landing.png';
import screenShot3 from '../assets/img/ss-table-details.png';
import screenShot4 from '../assets/img/ss-users.png';
import lineage from '../assets/img/lineage.png';
import screenShot2 from '../assets/img/screenShot1.png';
import screenShot1 from '../assets/img/screenShot2.png';
import screenShot3 from '../assets/img/screenShot3.png';
import screenShot4 from '../assets/img/screenShot4.png';
export const LOGIN_SLIDE = [
{
@ -36,6 +37,11 @@ export const LOGIN_SLIDE = [
description:
'Fosters Collaboration among the Producers and Consumers of Data',
},
{
image: lineage,
description:
'Supports column level lineage from pipelines, DBT, query analysis, and so on.',
},
];
export const LOGIN_SLIDER_SETTINGS = {