diff --git a/.env.example b/.env.example index 6cba75a..24dff34 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ VITE_ENVIRONMENT=development VITE_PORT=8095 -VITE_APP_NAME='DLSL' +VITE_APP_NAME='Solarity' VITE_APP_COMPANY_URL='https://distributedlab.com' VITE_APP_DOCUMENTATION_URL='https://docs.google.com' VITE_APP_GITHUB_URL='https://github.com/dl-solarity/frontend' diff --git a/LICENSE b/LICENSE index 7d8a5c0..57f1a92 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 DLSL +Copyright (c) 2023 Solarity Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/components/AppNavbar.vue b/components/AppNavbar.vue index 60e25d3..91b749a 100644 --- a/components/AppNavbar.vue +++ b/components/AppNavbar.vue @@ -62,11 +62,12 @@ onUnmounted(() => { background: transparent; border-bottom: var(--border-primary-main); transition: var(--field-transition-duration) ease; - transition-property: background-color, box-shadow; + transition-property: background-color, border-color; + border-bottom: toRem(1) solid transparent; &--dark { background: var(--background-primary-main); - box-shadow: 0 toRem(2) toRem(4) var(--background-primary-dark); + border-color: var(--background-primary-light); } } diff --git a/forms/AbiEncodeForm.vue b/forms/AbiEncodeForm.vue index a1b9eff..01f03f0 100644 --- a/forms/AbiEncodeForm.vue +++ b/forms/AbiEncodeForm.vue @@ -66,7 +66,6 @@ />
-

{{ $t('abi-encode-form.output-title') }}