Add 'All rights reserved' after 'SPC' to all footers
This commit is contained in:
parent
37156c79ad
commit
6da4a70a1a
@ -137,7 +137,7 @@ context(WebPage) internal fun FlowContent.spcFooter() {
|
||||
// }
|
||||
}
|
||||
ul("copyright") {
|
||||
li { +"""SPC""" }
|
||||
li { +"""SPC. All rights reserved.""" }
|
||||
li {
|
||||
+"""Design:"""
|
||||
a {
|
||||
@ -175,4 +175,4 @@ context(WebPage) internal fun FlowContent.wrapper(contentBody: FlowContent.() ->
|
||||
// Footer
|
||||
spcFooter()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user