mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-03 00:54:41 -05:00
5 lines
163 B
Text
5 lines
163 B
Text
|
mixin previous-page-link(href, text)
|
||
|
a.previous-page-link(href=href)
|
||
|
i.material-symbols.material-symbols-rounded(aria-hidden="true") arrow_left_alt
|
||
|
| #{text}
|