Skip to content

Commit 4b1e9c1

Browse files
authored
Merge pull request #416 from CodeForPhilly/refactor-frontend-components
Refactor frontend components. Primarily focused on replacing UI with reusable buttons/forms/modals. I kept the functionality of each area I changed.
2 parents 16a172e + d3ec626 commit 4b1e9c1

47 files changed

Lines changed: 1850 additions & 766 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

builder-frontend/index.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<link
8-
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
9-
rel="stylesheet"
10-
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
11-
crossorigin="anonymous"
12-
/>
13-
<title>Benefit Decision Toolkit</title>
7+
<title data-sm="">Benefit Decision Toolkit</title>
148
</head>
159
<body>
1610
<div id="root"></div>

0 commit comments

Comments
 (0)