Delete one match from a GNOME Help needle

They've dropped the IRC section from this page. We don't really
need three match areas, just the two is sufficient to identify
it.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-03-07 11:45:30 -08:00
parent bf55e4cc5f
commit bda24173b1
1 changed files with 21 additions and 28 deletions

View File

@ -1,29 +1,22 @@
{ {
"area": [ "area": [
{ {
"xpos": 454, "height": 41,
"ypos": 34, "type": "match",
"width": 106, "width": 106,
"height": 41, "xpos": 454,
"type": "match" "ypos": 34
}, },
{ {
"xpos": 8, "height": 24,
"ypos": 252, "type": "match",
"width": 33, "width": 132,
"height": 20, "xpos": 9,
"type": "match" "ypos": 188
}, }
{ ],
"xpos": 9, "properties": [],
"ypos": 188, "tags": [
"width": 132, "help_section_content_morehelp"
"height": 24, ]
"type": "match"
}
],
"properties": [],
"tags": [
"help_section_content_morehelp"
]
} }