File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11<nav class =" navbar navbar-expand-lg navbar-light bg-light rounded" >
22 <div class =" container-fluid" >
33 <a class =" navbar-brand" href =" /" title =" Home" ><img src =" {{ BASE_PATH }}/favicon.png" width =" 16" height =" 13" style =" display :inline-block ; padding-right :2px ;" >Orionrobots</a >
4- <button class =" navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" #main-navbar-collapse-1" aria-controls =" main-navbar-collapse-1" aria-expanded =" false" aria-label =" Toggle navigation" >
4+ <button class =" navbar-toggler" type =" button" data-bs-toggle =" collapse"
5+ data-bs-target =" #main-navbar-collapse-1" aria-controls =" main-navbar-collapse-1"
6+ aria-expanded =" false" aria-label =" Toggle navigation" >
57 <span class =" navbar-toggler-icon" ></span >
68 </button >
79 <div class =" collapse navbar-collapse" id =" main-navbar-collapse-1" >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ $body-bg: #fff;
2525// @import "~bootstrap/scss/tables";
2626// @import "~bootstrap/scss/forms";
2727// @import "~bootstrap/scss/buttons";
28- // @import "~bootstrap/scss/transitions";
28+ @import " ~bootstrap/scss/transitions" ;
2929// @import "~bootstrap/scss/dropdown";
3030// @import "~bootstrap/scss/button-group";
3131@import " ~bootstrap/scss/nav" ;
Original file line number Diff line number Diff line change 1+ 'use strict'
2+
13// const webpack = require('webpack');
24const path = require ( 'path' ) ;
35
You can’t perform that action at this time.
0 commit comments