File tree Expand file tree Collapse file tree 7 files changed +26
-3
lines changed Expand file tree Collapse file tree 7 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<Disclosure as =" nav" class =" relative z-10 bg-white shadow" v-slot =" { open }" >
3
3
<div class =" container flex items-center justify-between h-16 gap-4 lg:gap-6 lg:my-2" >
4
- <Link href =" /" class =" shrink-0" >
5
- <Icon class =" block max-w-36 max-h-10 text-primary-500" name =" logo" />
4
+ <Link href =" /" class =" flex divide-x shrink-0 divide-primary-200" >
5
+ <div class =" pe-3" >
6
+ <Icon class =" block max-w-28 max-w max-h-12" name =" logo" />
7
+ </div >
8
+ <div class =" ps-3" >
9
+ <Icon class =" block max-w-28 max-h-12" name =" bcr" />
10
+ </div >
6
11
</Link >
7
12
8
13
<!-- Desktop main links -->
Original file line number Diff line number Diff line change
1
+ <template >
2
+ <div class =" bg-primary-300" >
3
+ <div class =" container flex items-center py-3 text-white" >
4
+ <span class =" " >Partener de implementare</span >
5
+ <Icon class =" inline-block max-w-24 max-h-6 ms-2" name =" pont" />
6
+ </div >
7
+ </div >
8
+ </template >
9
+
10
+ <script setup>
11
+ import Icon from ' @/Components/Icon.vue' ;
12
+ </script >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" flex flex-col min-h-screen" >
3
3
<Navbar />
4
+ <PontBanner />
4
5
5
6
<Notification />
6
7
<OrganizationStatus />
68
69
<script setup>
69
70
import Navbar from ' @/Components/Navbar.vue' ;
70
71
import Footer from ' @/Components/Footer.vue' ;
72
+ import PontBanner from ' @/Components/PontBanner.vue' ;
71
73
import Notification from ' @/Components/Notification.vue' ;
72
74
import route from ' @/Helpers/useRoute' ;
73
75
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" flex flex-col min-h-screen" >
3
3
<Navbar />
4
+ <PontBanner />
4
5
5
6
<Notification />
6
7
34
35
import Head from ' @/Components/Head.vue' ;
35
36
import Navbar from ' @/Components/Navbar.vue' ;
36
37
import Footer from ' @/Components/Footer.vue' ;
38
+ import PontBanner from ' @/Components/PontBanner.vue' ;
37
39
import Notification from ' @/Components/Notification.vue' ;
38
40
import Icon from ' @/Components/Icon.vue' ;
39
41
You can’t perform that action at this time.
0 commit comments