mirror of
https://github.com/mozilla/send.git
synced 2026-04-18 03:00:05 -04:00
Only include Fira CSS on /unsupported/* route
This commit is contained in:
@@ -96,7 +96,8 @@ app.get('/', (req, res) => {
|
||||
app.get('/unsupported/:reason', (req, res) => {
|
||||
const outdated = req.params.reason === 'outdated';
|
||||
res.render('unsupported', {
|
||||
outdated: outdated
|
||||
outdated,
|
||||
fira: true
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user