Миграция документов: добавлен шаг 8 в setup-instruction.md
This commit is contained in:
@@ -301,9 +301,9 @@ const routes = [
|
||||
component: () => import('../views/ConnectWalletView.vue')
|
||||
},
|
||||
{
|
||||
path: '/accelerator/registration',
|
||||
name: 'accelerator-registration',
|
||||
component: () => import('../views/accelerator/AcceleratorRegistrationView.vue')
|
||||
path: '/groups',
|
||||
name: 'groups',
|
||||
component: () => import('../views/groups/GroupsView.vue')
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
@@ -69,8 +69,8 @@
|
||||
</div>
|
||||
|
||||
<div class="management-block">
|
||||
<h3>Акселератор</h3>
|
||||
<p>Регистрация и управление проектами</p>
|
||||
<h3>Группы</h3>
|
||||
<p>Создание и управление</p>
|
||||
<button class="details-btn" @click="goToAcceleratorRegistration">Подробнее</button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -266,7 +266,7 @@ function goToWeb3App() {
|
||||
}
|
||||
|
||||
function goToAcceleratorRegistration() {
|
||||
router.push({ name: 'accelerator-registration' });
|
||||
router.push({ name: 'groups' });
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
@@ -18,11 +18,11 @@
|
||||
:is-loading-tokens="isLoadingTokens"
|
||||
@auth-action-completed="$emit('auth-action-completed')"
|
||||
>
|
||||
<div class="accelerator-registration-container">
|
||||
<div class="groups-container">
|
||||
<div class="page-header">
|
||||
<h1>Программы акселератора HB3</h1>
|
||||
<h1>Группы</h1>
|
||||
<p class="page-description">
|
||||
Выберите подходящую программу для развития вашего бизнеса
|
||||
Создание и управление группами
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -173,7 +173,7 @@ const goBack = () => {
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.accelerator-registration-container {
|
||||
.groups-container {
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
@@ -335,7 +335,7 @@ const goBack = () => {
|
||||
|
||||
/* Адаптивность */
|
||||
@media (max-width: 768px) {
|
||||
.accelerator-registration-container {
|
||||
.groups-container {
|
||||
margin: 10px;
|
||||
padding: 15px;
|
||||
}
|
||||
Reference in New Issue
Block a user