Skip to content

Commit 6d23d91

Browse files
committed
feat(mobile-agents): remove table for images and use <SideBySide>
1 parent 7d8a0da commit 6d23d91

2 files changed

Lines changed: 11 additions & 22 deletions

File tree

src/content/docs/mobile-apps/android-widgets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The key to success in DevOps and site reliability engineering lies in reducing y
2222

2323
## Available Android widgets [#available-adroid-widgets]
2424

25-
A variety of Android widgets are available to give you control wherever you are:
25+
A variety of widgets are available to give you control wherever you are:
2626

2727
<SideBySide>
2828
<Side>

src/content/docs/mobile-apps/ios-widgets.mdx

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To set up [iOS widgets](https://support.apple.com/en-us/HT207122) on your iPhone
3939

4040
## Available iOS widgets [#available-ios-widgets]
4141

42-
A variety of iOS widgets are available to give you control wherever you are:
42+
A variety of widgets are available to give you control wherever you are:
4343

4444
<SideBySide>
4545
<Side>
@@ -110,39 +110,28 @@ A variety of iOS widgets are available to give you control wherever you are:
110110

111111
You can add a widget to either of these screens:
112112

113-
<table>
114-
<thead>
115-
<tr>
116-
<th>
117-
**Home screen**
118-
</th>
119-
<th>
120-
**Today view**
121-
</th>
122-
</tr>
123-
</thead>
124-
<tbody>
125-
<tr>
126-
<td>
113+
<SideBySide>
114+
<Side>
115+
**Home screen**
116+
127117
<img
128118
style={{ maxWidth: '290px' }}
129119
title="Home screen"
130120
alt="A screenshot of the home screen showing a new relic chart."
131121
src={mobileappsiOSWidgetonHomescreen}
132122
/>
133-
</td>
123+
</Side>
124+
<Side>
125+
**Today view**
134126

135-
<td>
136127
<img
137128
style={{ maxWidth: '290px' }}
138129
title="Today view"
139130
alt="A screenshot of the today view showing a new relic chart."
140131
src={mobileappsiOSWidgetsonTodayView}
141132
/>
142-
</td>
143-
</tr>
144-
</tbody>
145-
</table>
133+
</Side>
134+
</SideBySide>
146135

147136
Here's an example of adding a widget to the home screen:
148137

0 commit comments

Comments
 (0)