You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"title": "Is request initiated by a mobile device",
352
+
"description": "The calculation is based on request.user_agent that is not reliable source. It is for server-side rendering, passing as a prop is not recommended.",
@@ -208,9 +208,9 @@ class SelectedFilesDownloadModal extends React.PureComponent {
208
208
<Modal.Body>
209
209
<divclassName="important-notes-section">
210
210
<h4className="mb-07 text-500">Important</h4>
211
-
<ulclassName="mb-25">
211
+
<ul>
212
212
<liclassName="mb-05">
213
-
<spanclassName="text-danger"><b>As of October 15, 2020</b>, you must include an <b>access key</b> in your cURL command for bulk downloads.</span>
213
+
<spanclassName="text-danger">You must include an <b>access key</b> in your cURL command for bulk downloads.</span>
214
214
</li>
215
215
<liclassName="mb-05">You can configure the access key in {session ? <ahref={profileHref}target="_blank"rel="noopener noreferrer">your profile</a> : 'your profile'}, then use it in place of <em>{'<access_key_id>:<access_key_secret>'}</em>, below.</li>
216
216
{!session ?
@@ -225,7 +225,7 @@ class SelectedFilesDownloadModal extends React.PureComponent {
225
225
{/*session || */foundUnpublishedFiles ?
226
226
<divclassName="extra-notes-section">
227
227
<h4className="mt-2 mb-07 text-500">Notes</h4>
228
-
<ulclassName="mb-25">
228
+
<ulclassName="mb-20">
229
229
{/* { session ?
230
230
<li className="mb-05">
231
231
To download files which are not yet released, please include an <b>access key</b> in your cURL command which you can configure in <a href={profileHref} target="_blank" rel="noopener noreferrer">your profile</a>.
@@ -247,15 +247,15 @@ class SelectedFilesDownloadModal extends React.PureComponent {
0 commit comments