File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div
3
- class =" font-code type-italic type-center p-2xsmall py-small bg-black border-bottom-white border-thin"
3
+ class =" font-code type-italic type-small type- center p-2xsmall bg-black border-bottom-white border-thin"
4
4
v-html =" $t('newsBanner')" />
5
5
</template >
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ import SponsorsDetailed from './SponsorsDetailed.vue'
17
17
import RobotCode from './RobotCode.vue'
18
18
import Milestones from './Milestones.vue'
19
19
import VideoComponent from './VideoComponent'
20
+ import NewsBanner from './NewsBanner'
20
21
import GlobeIcon from './icons/GlobeIcon.vue'
21
22
import ChevronIcon from './icons/ChevronIcon.vue'
22
23
import NewTabIcon from './icons/NewTabIcon.vue'
@@ -25,6 +26,7 @@ import DocumentIcon from './icons/DocumentIcon.vue'
25
26
26
27
export {
27
28
News ,
29
+ NewsBanner ,
28
30
Calendar ,
29
31
Banner ,
30
32
PageFooter ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export default () => ({
7
7
...rpa ( ) ,
8
8
...testautomation ( ) ,
9
9
langName : 'English' ,
10
- newsBanner : '' ,
10
+ newsBanner : 'World Wide Workshop Wednesday <br> October 1st 2025 - <a href="https://wwww.robotframework.org/" target="_blank">Join here</a> ' ,
11
11
navbar : {
12
12
items : [
13
13
{
Original file line number Diff line number Diff line change 1
1
<template >
2
+ <news-banner />
2
3
<nav-mobile />
3
4
<navbar class =" nav-desktop" />
4
5
<banner />
@@ -85,7 +86,8 @@ import {
85
86
ResourceBox ,
86
87
TabBox ,
87
88
Sponsors ,
88
- Milestones
89
+ Milestones ,
90
+ NewsBanner
89
91
} from ' Components'
90
92
import VideoComponent from ' Components/VideoComponent'
91
93
@@ -105,6 +107,7 @@ export default {
105
107
TabBox,
106
108
Sponsors,
107
109
Milestones,
110
+ NewsBanner,
108
111
MonacoEditor: defineAsyncComponent (() => import (' Components/Editor.vue' ))
109
112
}
110
113
}
You can’t perform that action at this time.
0 commit comments