[CE/SP] Fix default footer (#28947)
* [CE/SP] Fix default footer Fixes the default `right_footer`. Only 'text' should be defined when it contains HTML code. * Remove font-awesome github icon * Added acceptance test GitOrigin-RevId: 1a1ba04673f35affcec4bb17bc7cd860d589b13f
This commit is contained in:
@@ -778,8 +778,7 @@ module.exports = {
|
||||
|
||||
right_footer: [
|
||||
{
|
||||
text: "<i class='fa fa-github-square'></i> Fork on GitHub!",
|
||||
url: 'https://github.com/overleaf/overleaf',
|
||||
text: '<a href="https://github.com/overleaf/overleaf">Fork on GitHub!</a>',
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user