Skip to content

Commit

Permalink
Merge pull request #16 from Ping-browser/nikhil/update
Browse files Browse the repository at this point in the history
Removed unwanted settings and brave logo from settings page
  • Loading branch information
Nikhil7174 authored Apr 5, 2024
2 parents 50f1fac + be17f65 commit 94cc10f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions browser/resources/settings/brave_overrides/settings_menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ RegisterPolymerTemplateModifications({
'window-tab-new',
'newTab'
)
appearanceBrowserEl.insertAdjacentElement('afterend', newTabEl)
// appearanceBrowserEl.insertAdjacentElement('afterend', newTabEl)
// Add Shields item
const shieldsEl = createMenuElement(
loadTimeData.getString('braveShieldsTitle'),
Expand Down Expand Up @@ -361,8 +361,8 @@ RegisterPolymerTemplateModifications({
const graphicsEl = document.createElement('div')
graphicsEl.setAttribute('class', 'brave-about-graphic')

const icon = document.createElement('leo-icon')
icon.setAttribute('name', 'brave-icon-release-color')
// const icon = document.createElement('leo-icon')
// icon.setAttribute('name', 'brave-icon-release-color')

const metaEl = document.createElement('div')
metaEl.setAttribute('class', 'brave-about-meta')
Expand All @@ -377,7 +377,7 @@ RegisterPolymerTemplateModifications({

parent.appendChild(newAboutEl)
newAboutEl.appendChild(graphicsEl)
graphicsEl.appendChild(icon)
// graphicsEl.appendChild(icon)
newAboutEl.appendChild(metaEl)
metaEl.appendChild(menuLink)
metaEl.appendChild(versionEl)
Expand Down

0 comments on commit 94cc10f

Please sign in to comment.