mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04: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}
|