Skip to content

Commit

Permalink
Merge pull request #160 from tahmid-saj/dev-general-cleanup-4
Browse files Browse the repository at this point in the history
fixing remove exc
  • Loading branch information
tahmid-saj committed Jun 25, 2024
2 parents 2b19ee7 + 49b26ad commit ab1955b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">

<title>nutri-sight</title>
<title>Nutrition Tracker</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ const ScheduleDayInfo = () => {
<div className="row">
<div className="col-12">
<div className="btn-group flex-wrap" role="group">
<Button type="button" onClick={ (e) => onRemoveSelected(e) }>Remove Selected</Button>
<Button type="button" onClick={ (e) => handleUnselect(e) }>Unselect</Button>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ const ScheduleDayInfo = () => {
<div className="row">
<div className="col-12">
<div className="btn-group flex-wrap" role="group">
<Button type="button" onClick={ (e) => onRemoveSelected(e) }>Remove Selected</Button>
<Button type="button" onClick={ (e) => handleUnselect(e) }>Unselect</Button>
</div>
</div>
Expand Down
4 changes: 0 additions & 4 deletions src/utils/constants/shared.constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,6 @@ export const COLOR_CODES = {
background: "#a8afb8"
}

export const TAB_HEADERS = {

}

export const COMMON_SPACING = {
screenWidthOnDrawerClose: 500,
navBarWidth: 225,
Expand Down

0 comments on commit ab1955b

Please sign in to comment.